|
How to access the CommandName property of the asp:Button (using OnCommand 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 execute a single server side method on click of multiple buttons and want to differentiate which button was clicked, we can use this approach.
|