|
| Total Answers and Comments: 3 |
Last Update: April 28, 2008 |
|
| | |
|
Submitted by: prashanthdd Advantages:-
Simplicity:There is no need to write possible complex code to store data between pagesubmissions. Flexibility:It is possible to enable,configure and disable controls on controlbasis.
Disadvantages:
Doesn't track across pages. Viewstate does not transfer data from one page to another automatically. Viewstate is not usefull to transfer data for backend systems.
Above answer was rated as good by the following members: sanju patel | Go To Top
|