Two DropDownLists inside a GridView within the EditItemTemplate.
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have two Dropdownlists inside a GridView within the EditItemTemplate. I would like to know how to catch the event of the SelectedIndexChanged. I'm trying to Populate the second DropdownLists when the first one has been selected. Problem is the SelectedIndexChanged Event is not being called inside the EditItemTemplate. Any Ideas would be greatfull.