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

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


Please Help Members By Posting Answers For Below Questions

What is Debit Memo & Credit Memo in Payables?

2026


can any one tell me about dot net framework not basic detail

1894


What is asp and how it works?

1062


textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.

1721


. which tag i need to use manually to bind columns in a datagrid ?

2042


what is the default .net provider

2354


What is the difference between asp and acp?

1256


how to create overlay on div ?

2119


What is the difference between the value-type variables and reference-type variables

1008


difference between html and asp?

2475


Why .Net Does not Support multiple inheritance?

2236


What app opens aspx files?

1032


What is difference between aspx and ascx?

959


Explain life cycle of asp page.

1288


How to insert the records in a database table by using asp?

1115