Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Adding a new row to webdatagrid with template included
posted

I have a webdatagrid that has two template columns. Each of the columns contains a web control, one is adropdownlist and the other is a webdatepicker.

 

The dropdown list is populated by a sqldatasource object.  I would like to be able to click a button that would add a new row to the webgrid. When the new row is added, it will include both the dropdown list fully populatede, but with no selection and a webdatepicker that is also not selected.

 

I would prefer this in vb.net.  Can anyone help?