|
-
August 30th, 2005, 12:14 AM
#1
ViewState and ViewState object
Hi guys
I fully understand what ViewState does to maintain the values1 of controls in a web form. What I would like to know is the purpose of the Session-like usage as follows -
ViewState["abc"] = "xyz";
x = ViewState["abc"];
Please tell me what is this used for.
Regards
Suhaib
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|