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 are the various session state management options provided by asp.net?
List the types of authentication supported by asp.net?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is the use of service provider?
Define common type system?
Do you know about caching with the datasource controls?
Can asp.net work on an nt server?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
How long the items in ViewState exists?
What is httpresponse?
What is an imagemap in asp.net?
Explain the path instructions in xaml?
Why session management is required?
What is state management technique?