ItemDatabound
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Can I register the events of dropdownlist in a gridview in ItemDatabound If yes how, If no why... Basically I have a grid and it contains one dropdownlist and two date controls On change of the dropdownlist i want to point an event which will change the dates and extra which i have made. So i want a possible way to get the events of the dropdowns and point to the event which is a linkbutton click event.
Bye