Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,


I have created a dynamic web page
Here I have more than 1 button .I would like to know in which button I have clicked to check with 'Object sender' parameter or pls let me know any other method to find out for the same

Thanks & Regards,
Soumya
Posted

1 solution

Set the CommandArgument property for he button and check it in the Command event handler.

Button.Command Event[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900