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

Answers were Sorted based on User's Feedback



What is Hidden Fields in Asp.Net..

Answer / m.shanmuga sundaram,rjnsoftwar

Hidden fields in Asp.Net are used to exchange data between
browsers and web servers.

Page.RegisterHiddenField Method

Is This Answer Correct ?    12 Yes 2 No

What is Hidden Fields in Asp.Net..

Answer / 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

What is Hidden Fields in Asp.Net..

Answer / sagar jena

All the viewstate information stores in hidden field and hidden field is a textbox without visibility.,which is used for data-communication between browser and web-server towards different postback communication for a particular page.

Is This Answer Correct ?    3 Yes 0 No

What is Hidden Fields in Asp.Net..

Answer / neha

<input type=hidden value=India>
this is the input tag of html ,with the help of which we can
store value within the control,to see this code we have to do
view-page source

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

In which interface the template of any control like Gridview would Initiate?

2 Answers  


To make Cache item dependent on a file,directory or other cached item ,you should create an instance of which clause?

1 Answers  


Webconfig file is cofiguration of server or browser?

10 Answers   Wipro,


What is web.config file ?

1 Answers  


How do you register JavaScript for webcontrols ?

1 Answers  


What is the significance of attaching a profile while creating a user?

0 Answers   MCN Solutions,


difference between writing connection string in web.config through connection string and appsettings

2 Answers   iSoft,


I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..

1 Answers  


What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,


In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

0 Answers  


What is the use of web.config? Difference between machine.config and Web.config?

5 Answers  


Categories