Accessing selected change event of the dropdownlist placed in the datagrid
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hey I have a datagrid that displays the city,state, and country The datagrid is editable .When the user clicks on the edit button the city row converts into tetxbox,whereas state and country row gets converted into dropdownlist.Now the problem is when the user selects country India from the country dropdwonlistbox then all the states of india should be populated in the state dropdown, but i am not able to access the selected index change event of the any dropdwon since it is placed in the datagrid template column Kindly help me out how to do this Regards Neelesh Patel Neelesh A