I need to execute a button from within another button. I'm using the following code:
CmdID(sender, e)
This does fire the code from the correct button. My problem is I'd like to add an AJAX ConfirmButtonExtender to that button, but it doesn't execute the ConfirmButtonExtender when I use CmdID(sender, e). If I click that button, it does execute ConfirmButtonExtender.
Can anyone point me in the right direction?
CmdID(sender, e)
This does fire the code from the correct button. My problem is I'd like to add an AJAX ConfirmButtonExtender to that button, but it doesn't execute the ConfirmButtonExtender when I use CmdID(sender, e). If I click that button, it does execute ConfirmButtonExtender.
Can anyone point me in the right direction?