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 |
Define .asp file?
What are the methods in Session Object?
I have all files relating one project in ASP.... I want to make a Localhost for running like website........
Should user input data validation occur server-side or client-side?
What happens to asp pages?
How do you initialize a two-dimensional array that you don't know the dimensions of?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
What is wsdl file? (explain in detail)
What is IIS?
Define microsoft intermediate language (msil)?
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
How do you open an asp file?