Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Describe how a browser-based Form POST becomes a Server-Side
event like Button1_OnClick



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

Post New Answer

More ASP Interview Questions

Explain the life cycle of asp page.

0 Answers  


what is mean of ASP?

3 Answers  


How we load the page in ASP?

0 Answers   HCL,


How do I open an asp file in excel?

0 Answers  


what is the is the difference between asp and asp.net?

1 Answers   HCL,


How to refersh an asp page on a single click of a button.

2 Answers   IBM,


How to run FileSystemObject in ASP

1 Answers   Karvy,


How can I see what assemblies are installed in the global assembly cache?

0 Answers  


How do I save asp file in notepad?

0 Answers  


Define a class in css?

0 Answers  


What is a FileSystemObject object?

1 Answers  


Explain the differences between asp and asp.net and is asp.net backward compatible to asp?

0 Answers  


Categories