What is an hidden field? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is an hidden field?

Hidden field in ASP.NET C#

14th Feb 2017, 7:55 PM
mohammad Shojaeinia
mohammad Shojaeinia - avatar
1 Réponse
+ 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
14th Feb 2017, 9:26 PM
Hassan Amr
Hassan Amr - avatar