Saturday, March 10, 2012

Use of ModalPopupExtender

Don't set the OkControlID for the ModalPopupExtender. Instead, in the click event for that button, save the values from the SelectedRow, use the .Hide() event of the ModalPopupExtender to close the modal popup, and write those values to the textboxes.


Thanks for your reply.

No comments:

Post a Comment