|
How to access the CommandName property of the asp:Button (using OnClick event) and what is the use of it?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Button
In case we want to specify a single server side method to execute on click on more than one button and want to determine which button was clicked, we can use this approach.
|