|
How to keep a hidden field value and how to access its value?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET HiddenField
In case we want to store some hidden data in the web page so that on post back we can access
them, we can use this approach.
|