What are the disadvantages of viewstate/what are the benefits
Answer Posted / subrat kumar parichha
advantage of using view state is 1)there is no need to
write possibly complex code to store form data between page
submission.2)also it provides flexibilty,it is possible to
enable,configure and disable viewstate on a control-by-
control basis,choosing to persist the values of some fields
but not others
disadvantages are as mentioned
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give a few examples of page life cycle events.
What is cached data phone?
What kind of programming language is ASP.NET?
What is advantage of asp.net?
What is web configuration file and how to use in web application
When you use Ajax controls in the ASP.NET application?
Who creates jsessionid?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the two types of web pages?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Explain the use of resource manager class in .net.
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is application and session in asp.net?
What is jade template engine?