SelectedIndexChanged and ASP.NET AJAX
Location: BlogsBrian Dukes    
Posted by: Brian Dukes 7/19/2007 7:28 AM

If you are using a control's SelectedIndexChanged event as a trigger for an UpdatePanel, you may be surprised to find that it only fires a callback when you change from the initial index, but not when you change back.  Long story short, you need to have the control inside of an UpdatePanel, so that when you change the index, the control can be changed to fire an event for the now-unselected item.  For more details, check out Steve Marx's explanation here.

Technorati Tags:

Permalink |  Trackback

Your name:
Title:
Comment:
Add Comment   Cancel