I have a 10 buttons in my form,each button having a individual click events.when I click any button ,I want to call one method dynamically,in this method I can check the button name.how to achieve this task.Its very frustrating.please help me....
For this we can give the multi case delegate,I have to register for each button individually for this button.without using this how to acieve dynamically...
Thanks,
Sunny
Sam HobbsPosted Nov 24, 2010, 6:58 PM
Jiteendra SampathiraoPosted Nov 24, 2010, 6:07 AM
It's very Simple. Use the CausesValidation="False" to your all button controls.
-----------------------------------------------------------------------------------------------------------
If this post helped you, then tick the "Do you like this Answer" checkbox.