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
Why do we need master page in asp.net?
What is another word for redirect?
What is the function of the ViewState property?
Which .NET framework supports Web API?
How u refer webservices?
Explain Areas in MVC?
What is caching? What are different ways of caching in asp.net?
What is the application pool?
Is sql backend or frontend?
What is AutoPostback?
Explain server side state management system.
What is web api vs wcf?
What is state management in .net?
How do u deploy your asp.net application?
How can you implement encapsulation in asp.net?