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 is meant by cookies? Explain the main features?
Why we need stored procedures?
sir,please send me the NIC exam questions
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
what is WCF?
How can I break Search
What is Request Object?
hi this is madhu i have one doubt,regarding siebel Q: is this is mandatory when we r doing join between a bc & table , the table should extension table Reqired or not, can we do the join with base table also,
Can I use the win32 api from a .net framework program?
What is difference between Physical path and Virtual path? Explanin with example.
What is Response Object?
. which tag i need to use manually to bind columns in a datagrid ?