Thursday, 16 December 2010

What is hidden field control?

Click Here To View Latest ASP.NET Questions
 
Hidden fields technique is widely used in ASP.NET programming. This control enables a developer to store a non-displayed value in the rendered HTML of the page. The HiddenField control is used to store a value that needs to be persisted across multiple postbacks to the server. 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 in your Web Page as:

No comments:

Post a Comment