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
Are xaml file compiled or built on runtime?
What is route in web api?
What is autopostback true?
What r the asp.net list controls and diff. Between them?
What does asp in asp.net stand for?
What is content place holder?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
how to elimainte the similar data from the different tables
What is odata in web api?
What are the advantages of using session?
What are the data controls available in asp.net?
What is custom events?
what is command line compiler.what are the steps and how it is related to debugging.
Explain exception handling in .net.
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks