+ 1
What is an hidden field?
Hidden field in ASP.NET C#
1 Answer
+ 10
1) What hidden field class do ?
â It represents a hidden field used to store a non-displayed value.
2)Syntax :
[ControlValuePropertyAttribute("Value")]
public classHiddenField :
Control,IPostBackDataHandler
3)Constructors :
â Name :HiddenField()
â Description :Initializes a new instance of the HiddenField class