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 extranet?
difference between SAP R/2 and R/3
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
What is the difference between ASP and HTML?
What is a variable in asp?
What's the Difference between DSN and DSN Less connection?
Explain the post and get method or explain the difference between them?
what is dry run?
How do you make it so that code runs when the security system is stopping it?
Which is an advantage of application service providers (asps)?