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
What is the maximum number of classes that can be contained in one dll file?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is dynamic web page with example?
Explain the difference between array and linkedlist?
What is the use of data set in asp.net?
How do I upload a file from my ASP.NET page?
What is the difference between union and join?
Why would a company use an application service provider?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Why do we use web config?
How would you turn off cookies on a page of a website?
How can we identify that the Page is Post Back?
What is viewstategenerator?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Which browsers support the xmlhttprequest object?