M
margelos
I have a user control that contains a button with a btnSubmit_Click
code. I put the control in a page and works great. I want to have the
ability in some pages to add some code to the page in order to be
executed just before the btnSubmit_Click and then the rest code of the
button will be executed normally. Can this be done? With a delegate
maybe? If so can you help me?
Thanks
code. I put the control in a page and works great. I want to have the
ability in some pages to add some code to the page in order to be
executed just before the btnSubmit_Click and then the rest code of the
button will be executed normally. Can this be done? With a delegate
maybe? If so can you help me?
Thanks