|
How to fire a server side event when the selected item of the DropDownList/ListBox changes?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET DropDownList-and-ListBox
In case we want to execute a server side method when selected item from the DropDownList or
ListBox changes, we can use this approach.
|