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
Will session work if cookies is disabled?
What is difference between web api and web services?
How would ASP and ASP.NET applications run at the same time on the same server?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain the different types of directives in .net?
What are the advantages and limitations of query string?
What are the Types of objects in ASP
What is http pipeline in asp.net?
What are the asp.net security controls?
Why is it preferred to not use finalize for clean up?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What are the different types of validation controls provided in ASP.NET?
Explain the use of resource manager class in .net.
How to do state management in ASP.NET?