How to bind Dropdown list in datagrid
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I am makarand jadhav. I want to bind dropdown list in datagrid .And items in dropdownlist are bind with databse. after this I want to change the elements of corusponding row depends on selection of dropdownlist item pls help me this is very urgent thanks in advance
-
Hi I am makarand jadhav. I want to bind dropdown list in datagrid .And items in dropdownlist are bind with databse. after this I want to change the elements of corusponding row depends on selection of dropdownlist item pls help me this is very urgent thanks in advance
- You can use DataSource, DataTextField, DatavalueField to bind your datasource to the dropdownlist. 2) You can catch the Item Command event in the datagrid to get the event fired in the dropdownlist. I guess the information is not sufficient to understand your problem. If you need more information, be specific and more clear. Cheers,
Gerald Leslie Jones.