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

What is the difference between a cookie and a pixel?

0 Answers  


How can you ensure a permanent cookie?

0 Answers  


About remoting and web services. Difference between them?

2 Answers   Microsoft,


What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

0 Answers   HCL,


Tell me Asp.net Method Overriding.

3 Answers  






What are validator? Name the Validation controls in asp.net? How do u disable them?

2 Answers  


How to disable SOAP1.2 in Web Services?

1 Answers  


What are all the various Estimation Techniques available ?

0 Answers   MCN Solutions,


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

0 Answers   Sans Pareil IT Services,


What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers  


Types of configuration files and their differences ?

2 Answers   Accenture,


What is Assert Method ?

2 Answers  


Categories