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
Is asp.net outdated?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
How many types of file extensions for razor views in ASP.Net MVC?
What are the advantages of asp.net?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Can you explain architecture of your project ?
Explain what is viewstate?
What is a global postback url?
How use Xml data in ASP.net?
What are validators and list some validators of asp.net?
How can we access static variable?
How does session state work in asp.net?
What is the differences between a primary key and a unique key in sql server?
Is sql backend or frontend?
Explain Optimization technique description?