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 does session work?
Define authentication and authorization.
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Where session variables are stored?
How can you handle unmanaged code exceptions in asp.net?
How can you enable impersonation in the web.config file?
In asp.net, how can you validate drop down box?
How many types of validators are there in asp net?
Explain the asp.net page life cycle.
Explain how do you deploy your asp.net application?
What is the difference between globalization and localization?
What are the main differences between asp and asp.net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is enableviewstate in asp net?
What is the use of HttpHandlers? When to use this?