What is ViewState and How it is managed,Its
Advantages/Benefits?
Answer Posted / kinjal panchal
View State:- The web is a sate less. In asp.net the sate of
the page maintain by Asp.net itself.In asp.net encrypted
values store in the hidden controls and this is maintain by
asp.net itself.
View state is managed by Asp.net itself.
if u wanna check then write "enableviewstate="flase"" in
.aspx page.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a ashx file?
Explain one critical mapping?
Who is using asp.net?
Explain State management in asp.net
What is server redirect?
What is microsoft windows sharepoint services?
How does a content page differ from a master page?
What is HTTPModule and HTTPcontext? What is the use of each?
Mention the namespace that is used to include .net data provider for sql server in .net code?
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 are the features of asp net?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is the advantage of using Windows authentication in a Web application?
Give 2 examples for scenarios when routing is not applied?
Where is asp.net view state stored?