What is Hidden Fields in Asp.Net
Answers were Sorted based on User's Feedback
Answer / m.shanmuga sundaram,rjnsoftwar
Hidden fields in Asp.Net are used to exchange data between
browsers and web servers.
Page.RegisterHiddenField Method
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / chinmayee mishra
Hidden fields technique is widely used in ASP.NET
programing. Hidden fields are html input control with
hidden type that store hidden data in the html. An example
for a hidden field can look like this:
view sourceprint?1.<input type="hidden"
name="__EVENTTARGET" id="__EVENTTARGET" value="" />In the
example above, I chose to show the event target hidden
field in order to indicate that even in postback mechanism
hidden fields are being used. The data stored in a hidden
field is available when the form is processed on the server
or when we use javascript.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sagar jena
All the viewstate information stores in hidden field and hidden field is a textbox without visibility.,which is used for data-communication between browser and web-server towards different postback communication for a particular page.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / neha
<input type=hidden value=India>
this is the input tag of html ,with the help of which we can
store value within the control,to see this code we have to do
view-page source
| Is This Answer Correct ? | 0 Yes | 0 No |
Define an assembly?
What is the mvc framework?
What is application variable and when it is initialized ?
Is there any alternative to avoid name collisions other then Namespaces?
What is content page in asp net?
What is boxing and unboxing ?
7 Answers Accenture, Infosys, MedTek,
What is the Web.config file used for? a) To store the global information and variable definition for the application. b) Configures the time that the server-side codebehind module is called c) To Configure the Web Server. d) To Configure the Web browser.
8 Answers HCL, IBM, Syntax Softtech, Vypin, WideVision Technologies,
What is the significance of attaching a profile while creating a user?
explain ado.net
What are Master Pages in ASP.NET? or What is a Master Page?
What is the Difference between user and server controls?
What are the difference between ASP and ASP.Net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)