<input type="hidden" />
Note that because the value of a HiddenField is rendered to the client browser, it is not suitable for storing security-sensitive values.To specify the value for HiddenField a control, use the
Value
property.
You can provide a routine that gets called everytime the value of the HiddenField control changes between posts to the server by creating an event-handler for the ValueChanged
event.
nothing
represents the default value of any data type.
Convert.ToInt32(String)
converts the specified string representation of a number to an equivalent 32-bit signed integer.
HiddenField1_cs.aspx |
Web |
|
---|---|---|
|