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...

What is Hidden Fields in Asp.Net

Answer Posted / chinmayee mishra

Hidden fields technique is widely used in ASP.NET
programing. Hidden fields are html input control with
hidden type that store hidden data in the html. An example
for a hidden field can look like this:

view sourceprint?1.<input type="hidden"
name="__EVENTTARGET" id="__EVENTTARGET" value="" />In the
example above, I chose to show the event target hidden
field in order to indicate that even in postback mechanism
hidden fields are being used. The data stored in a hidden
field is available when the form is processed on the server
or when we use javascript.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is asp.net different from asp? If yes, explain how?

1097


What is a query string in a url?

1033


What is session id in web application?

1146


Which is better asp.net or php?

1083


List some of the important session state modes of asp.net.

1033


Which Is Faster MVC or ASP.net ?

1074


How do session tokens work?

1003


Define web services in asp.net.

1122


What are cookies in asp.net?

1115


What is difference between URL and URI?

1204


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

1028


How does asp.net work?

997


In ViewState How much lifespan items stored?

1129


What is the typical session identifier?

1104


If 200 is for all successful operation then why do we have 201 response codes?

981