ModalPopupExtender from Server Side Code in c#
I had a nightmare getting this going.
Adding the ModalPopupExtender to a form is easy, you drop it on and tell
it the two required controls parameters
PopupControlID="MyModalPanel" TargetControlID="ButtonToLoadIt" And it just
works fine, but is triggered by a client side click of the Target Control.
If you want to do some server side code behind??? how to do it ?
No comments:
Post a Comment