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

How .Net has implemented security for web applications?

1 Answers  


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


Define tracing.

0 Answers  


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


What are the different types of Session state management options available with ASP.NET?

1 Answers  






What are different types of api?

0 Answers  


Exception handling

2 Answers   Syntel,


Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....

3 Answers   Bally Technologies,


What is the difference between a Stored procedure and function?

9 Answers  


What is mvc in asp.net tutorial? : Asp.Net MVC

0 Answers  


where the stored procedure are written in business logic or data acess layer?

2 Answers  


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


Categories