What are the disadvantages of view state / what are the
benefits?
Answer Posted / suresh
Advantage:
1) Maintains the state for autopostback event.
2) Easy to use.
3) No ServerSide resources required.
4) Passed into HiddenFied.
5) Basic enncryption algorithm is applied when passing the data.
Disadv:
1) When large data is there then perfomance is issue.
2) Good Hacker can get the data very easily.
Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is difference between cache and session?
What are the Difference between asp.net and asp ?
What's the use of formatters in .net?
What is state management react?
What is session management in web application?
What are strong names?
List the major built-in objects in asp.net?
How does session state work in asp.net?
What is asp.net caching?
What is server transfer?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is validation in asp.net?
How you can access the values from the Repeater control in ASP.NET?
Explain how asp.net page works?
Where the assembly is stored in asp.net?