In ConfirmButtonExtender, How can i Find Which Button Is Press OK button OR Cancel Button In .cs File
By:
OZA
if the user selects OK then the page will postback and you will exectue your code behind. If the user cancles the action then the page will not postback and you will not need to process the action. So you should not really know if the user pressed the button or not.
No comments:
Post a Comment