Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between table and query?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are sql joins?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Define asp.net caching?
What is the use of ASP.NET routing?
How to implement role based security in asp.net mvc? : Asp.Net MVC
9. Why should we hire you over the others waiting to be interviewed?
When you use Ajax controls in the ASP.NET application?
What’s the difference between asp.net web forms and asp.net mvc?
What is enableviewstate?
What is an example of an application service provider?
What are session cookies?
How you will improve web application performance?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?