G
GaryDean
After watching the video on the ModalPopupExtender from MSDN I designed a
panel with some controls on it: A dropdown box, an ok button, a cancel
button. Unfortunitely, the video only shows how to trigger client side
javascript and not server side events(Grrrrrr). I supposed that I simply
have to handle events from the controls on the panel.
Well, when I change values in the dropdown, or push the buttons on the
panel, the server side events do indeed trigger but the modal box goes
away!! how can I keep it displayed until it is dismissed by, say, a button
identified by the ModalPopupExtender OkControlId entry.
The general idea here is that I want to have somewhat of a complex form on
this panel with all sorts of controls. is this possible?
Thanks,
Gary
panel with some controls on it: A dropdown box, an ok button, a cancel
button. Unfortunitely, the video only shows how to trigger client side
javascript and not server side events(Grrrrrr). I supposed that I simply
have to handle events from the controls on the panel.
Well, when I change values in the dropdown, or push the buttons on the
panel, the server side events do indeed trigger but the modal box goes
away!! how can I keep it displayed until it is dismissed by, say, a button
identified by the ModalPopupExtender OkControlId entry.
The general idea here is that I want to have somewhat of a complex form on
this panel with all sorts of controls. is this possible?
Thanks,
Gary