Sunday, December 30, 2012

DropDownList Selected Index Changed Event Not Firing


When you are supposed to execute a code in a DropDownList selected index changed event you need a page post back to occur. In ASP.NET many of the server side controls to occur a post back you need to do the following.

set the property AutoPostback=true


If you haven't set the property the control will not going to fire the event.

No comments:
Write comments
Recommended Posts × +