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 server side session?
What are HTTP handlers in ASP.NET?
How can we inherit a static variable?
What can you do with asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How do you handle server controls?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is cross page posting in asp net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How to find last error which occurred in Asp.net ?
What is asp.net mvc5? : Asp.Net MVC
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What's the use of response.output.write()?
Why do you use the app_code folder in asp.net?