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

What is the usie of activex control in .net?

562


What is a master page and what does it do?

537


Explain about Application and Session Events ?

638


Explain the function of new view engine in asp.net? : asp.net mvc

526


How can you handle exceptions in asp.net?

564






What are strong names?

590


Is it possible to apply themes to an asp.net application? If yes, then how?

579


How do you do Client-side validation in .Net?

577


Can we use MSSql as backend in asp.net...if yes then How.?

583


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

1731


What is OSI layer? Explain different layers.

607


How tooltip is set through code-behind in ASP.NET?

577


What is the asp.net mvc folder conventions? : asp.net mvc

469


What is viewstate? In which event of the page life cycle, is the viewstate available?

605


What is asp.net web pages?

530