What is advantage and disadvantage of viewstate

Answers were Sorted based on User's Feedback



What is advantage and disadvantage of viewstate..

Answer / vikas_asp@rediffmail.com

Advatage: Using viewstate we can maintain the state of
controls over page's postback.

Disadvantage: viewstate makes the page heavy during postback

Is This Answer Correct ?    2 Yes 1 No

What is advantage and disadvantage of viewstate..

Answer / vijay

view state helped to maintain a state of a object,
view state is used only for those objects which can be
serizaable

Is This Answer Correct ?    2 Yes 1 No

What is advantage and disadvantage of viewstate..

Answer / mano

Advantage:
1.view state used to store hidden values at the time of Postback.

2. It maintain state of object;

Disadvantage:
1.When process load into server it cost may higher.

SO when do web papplication,it good to avoid use of to many
HiddenFeilds

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

In which event of page cycle is the viewstate available?

1 Answers  


How to write unmanaged code and how to identify whether the code is managed / unmanaged ?

2 Answers   Accenture, BirlaSoft, Cogtest,


What are the benefits of view state?

1 Answers  


what is the difference between server.Transfer and response.redirect in .net

1 Answers  


What are the advantages and disadvantages of session?

1 Answers  


How many modelpopup extender we frequire when we want more than one model popup on same page ?

3 Answers   TCS,


What is data caching?

1 Answers  


Should user input data validation occur server-side or client-side? Why?

3 Answers   NIC, Siebel Systems,


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

1 Answers   Wipro,


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


What is Assembly?

3 Answers   Inspira Technologies,


How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


Categories