PopupControlID="Panel1"
CancelControlID="btnCancel" OkControlID="btnOkay"
PopupDragHandleControlID="PopUpHeader" Drag="true"
DynamicServicePath="" Enabled="false" TargetControlID="Button1">
Header
This is simple modal dialog
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Sanjeeb LenkaPosted Aug 17, 2013, 5:25 AM
in your code you did a mistake in modalpopup to Enabled="false" make it true.
i modified your code check it:
mohammed shamsheerPosted Aug 21, 2013, 12:13 AM