ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
HTML button posts the values inside FORM tag except other buttons to identify which button is clicked.
But there is an alternative, you can use a input hidden field to store the value of a button.
e.g.
<input type='hidden' id='hdnB1' name='hdnB1' value='Button1 text' />
<input type='hidden' id='hdnB2' name='hdnB2' value='Button2 text' />