Chris Bradshaw 5/11/2011

ASP.NET Drop-Down List OnSelectedIndexChanged not firing

Read Original

This technical article addresses a common ASP.NET issue where the OnSelectedIndexChanged event for a DropDownList control does not execute. The solution is to set the AutoPostBack property to "True" on the DropDownList element to ensure the page posts back and the event handler is triggered.

ASP.NET Drop-Down List OnSelectedIndexChanged not firing

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week