Describe how a browser-based Form POST becomes a Server-Side
event like Button1_OnClick
Answer Posted / 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 |
Post New Answer View All Answers
What is Debit Memo & Credit Memo in Payables?
can any one tell me about dot net framework not basic detail
What is asp and how it works?
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
. which tag i need to use manually to bind columns in a datagrid ?
what is the default .net provider
What is the difference between asp and acp?
how to create overlay on div ?
What is the difference between the value-type variables and reference-type variables
difference between html and asp?
Why .Net Does not Support multiple inheritance?
What app opens aspx files?
What is difference between aspx and ascx?
Explain life cycle of asp page.
How to insert the records in a database table by using asp?