Answer Posted / sivaprasad
i)Viewstate is nothing but persisting the state of the
controls across postbacks.
ii)In the page lifecycle Init,Load,Prerender(this is the
last stage for viewstate,what data you want to save here we
need modify that and it will be saved).
iii)Maintaining the data with in the page level.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is asp.net file?
What are the uses of reflection?
What is cross page posting in asp net?
Give a few examples of page life cycle events.
What is the displayafter property in updateprogress control?
Demonstrate Render and PreRender?
Can we add code files of different languages in app_code folder?
Explain the difference between asp and asp.net?
What does aspcompat="true" mean?
What is syntax code to send email from an asp.net application?
Why does my asp.net file have multiple tag with runat=server?
In ViewState How much lifespan items stored?
To wrap up a call to a Web service the standard used is..?
What are the types of validation in asp net?
Explain advantages of caching?