Answer Posted / mallikarjuna
Viewstate is stored in hidden input field and sent back to
the server with every post back.
veiwstate is a concept of maintaing the controls props.
adv:
redusing the manuel coding
it can not use persistant memory in client system or server
system.
dis adv:
more amount of data can be transfered between client and
web server
configaration :
we can figure viewstate at three levels
1.pagelevel
2.control level
3.application level
cl:<input.......... enableviewstate="true[d]/false">
pl:<%@page...........enableviewstate="tr true
[d]/false"%>
al:this is required configurationfile
<pages .......... enableviewstate="true
[d]/false>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about consistent programming model in the .NET framework?
What is the file through which you can customize your asp.net application?
What language does asp.net use?
What is tracing? Where is it used?
Define the term Scavenging in Caching?
Which property is used to identify the Page is Post Back in ASP.NET?
How to create multi language website in asp.net mvc? : Asp.Net MVC
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain how to prepare culture-specific formatting in .net.
What is difference between view state and session state?
What is an asp.net validator? And, mention its types.
Name some asp objects?
What is difference between session and cookies?
How do I publish my asp.net application to my isp's web server?
Where code pages are used?