Hidden Fields

   

There is an older method of storing state that can be useful. It uses hidden HTML fields to hold state data. For example, you can create a text field in your .aspx page (possible with a Label or TextBox object) and set its Visible property to false. The data in the object will persist between page round trips as long as the objects are in the <form> .

   


Special Edition Using ASP. NET
Special Edition Using ASP.Net
ISBN: 0789725606
EAN: 2147483647
Year: 2002
Pages: 233

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net