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
How do you declare static variable? What is its lifetime?
What is asp according to you?
What is intrinsic objects in asp.net?
Describe the master page.
How long should a session id be?
Are there resources online with tips on asp to asp.net conversions?
What is the file extension of web service?
What is HTTPModule and HTTPcontext? What is the use of each?
What is asp.net ajax?
Is asp.net still used?
Explain the use of duration attribute of @outputcache page directive.
What is the function used for removing an event listener?
How ViewstateMac works?
What is diff. Between abstract class and an interface?
What is the difference between session.abandon() vs clear()?