Describe how a browser-based Form POST becomes a Server-Side
event like Button1_OnClick
Answer / shubh dasgupta
As said by "Careed" in forums.asp.net..
An ASP.NET Button control in HTML is an HTML input element with a type attribute set to "submit". A submit button in HTML invokes a POST, using the action attribute from the form element, which, for ASP.NET, is the current page. Since this is a POST, the form variables are populated with all of the values from the input elements in the form element, including the value (name) of the submit button. When the POST arrives at the server and is parsed by ASP.NET, it will acknowledge that the POST was initiated by the submit button, which is turned into a Click event for the original ASP.NET Button control.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the methods in Session Object?
Name the control which would you use if you needed to make sure the values in two different controls matched?
What is Server-Side includes?
how we can create more than one web.config file in our asp.net project
what is dry run?
no.of pages comes before protected void ?
How to add? tree view control in datagrid in asp.net using c#?
Explain how big is the char?
Where will you code OPTION EXPLICIT in an ASP application? WHY?
How do I open aspx files on windows 10?
What are the advantages of asp?
What is an asp model?