What are the disadvantages of viewstate/what are the benefits

Answers were Sorted based on User's Feedback



What are the disadvantages of viewstate/what are the benefits ..

Answer / raghumadhav tirunagari


IT can be hacked . page is size is heavy.

Is This Answer Correct ?    7 Yes 2 No

What are the disadvantages of viewstate/what are the benefits ..

Answer / sravanthi

It is maintaining state at Page level only.
Benefit is we are able to maintain the state using ViewState.

Is This Answer Correct ?    4 Yes 0 No

What are the disadvantages of viewstate/what are the benefits ..

Answer / 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

More ASP.NET Interview Questions

What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Patni,


What is the difference between web.config and machine.config in ASP.NET?

0 Answers   Amazon,


What is operator overloading in dotnet

1 Answers  


web user and custom conrols

1 Answers  


what is the differance between .DLL & .EXE

10 Answers   Infinite Computer Solutions,






What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0

11 Answers   Bosch, IntraLogic,


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?

0 Answers  


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

0 Answers  


What is the difference between session object and application object?

0 Answers  


What is the use of HttpHandlers? When to use this?

0 Answers   Wipro,


What r the page life cycle in asp.net page?

6 Answers  


What is repository pattern in mvc.net? : asp.net mvc

0 Answers  


Categories