ModalPopup inside the UpdatePanel with default form values
Posted
by prometeus
on Stack Overflow
See other posts from Stack Overflow
or by prometeus
Published on 2010-05-11T23:33:02Z
Indexed on
2010/05/11
23:34 UTC
Read the original article
Hit count: 602
I have a ModalPopupExtender inside an UpdatePanel which opens an input form. The problem is when I click the "Edit" button (which is also inside the UpdatePanel) I want to fill the form with existing values using server side code. But it OnClick method of the button doesn't seem to work.
My question is: How can I make the serverside code run first, than show the edit form?
© Stack Overflow or respective owner