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 microsoft windows sharepoint services?
Explain about the Class view window?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
i want the asp.net technical questions and answeres
How can we create a website?
Define repository pattern in asp.net mvc? : asp.net mvc
How does asp page work?
Is it true that a Web service must be written in .NET or not?
What is gridview in asp.net?
What are the new data controls in asp.net 2.0?
How can we register exception filter globally?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is autopostback in asp net?
Can we have 2 web config files?