| |||||
HiddenField Control SyntaxASP.NET Syntax ASP.NET Syntax for Web Controls Creates a hidden field that is used to store a non-displayed value. For information on the individual members of this class, see HiddenField in the class library. RemarksThe HiddenField control renders as an <input type = "hidden"> element that can store a value that needs to persist across posts to the server. Syntax ExampleThe following example demonstrates how to use the HiddenField control to store a hidden value on a rendered Web page. <asp:hiddenfield id="HiddenField1" runat="server" value="1" /> See AlsoHiddenField Class HiddenField Web Server Control |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme