ASP.net Modal Pop up extender and DropDownlist autopostback

Posted by Jack on Stack Overflow See other posts from Stack Overflow or by Jack
Published on 2009-01-22T22:31:33Z Indexed on 2010/04/03 7:53 UTC
Read the original article Hit count: 381

Filed under:

Hi all.

I have a gridview control where if the user click on the auto generated edit button. A window will pop up using modalpopup extender with a drop down list for user to select. The problem is the selectedindexchange event will not fire if autopostback is set to false but if i set the autopostback to true. the pop up will go away without going to the selectedindexchange event.

is it possible to have a control with autopostback set to true inside the modal pop up?

© Stack Overflow or respective owner

Related posts about AJAX