Hi,
I created a datagrid that contains a DropDownList in the first row and i want to create checkboxes in the second row..
Can anyone tell me how can i do that??
SQL Server, ASP.NET/VB.NET
Thank you
Printable View
Hi,
I created a datagrid that contains a DropDownList in the first row and i want to create checkboxes in the second row..
Can anyone tell me how can i do that??
SQL Server, ASP.NET/VB.NET
Thank you
DropdownList in 1st and CheckBox in 2nd? I am not sure what you are trying to do, do you mean Column?
If you are trying to do DropDown in 1st and CheckBox in 2nd rows plus other columns then you will need to use DataRepeter instead of DataGrid. Use a table inside the DataRepeater, that way you can define as many rows as you want. It will give you the same functionality as DataGrid apart from Paging..
thank you for your help :)