Search the web
Sign In
New User? Sign Up
dot_net_community · .Net Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Understanding the ASP.NET Architecture Part 4   Message List  
Reply | Forward Message #7351 of 9125 |

View State

View state is an ASP.NET feature that allows a Web page to retain all of its state values between requests to the Web server.
In classic ASP, developers are forced to handle this task manually, which is a tedious and time-consuming process.

http://amrsaafan.blogspot.com/2009/01/understanding-aspnet-architecture-part_12.html

Don't forget to leave comments, your feedback is important to me.


Thank you & best regards,
Amr Saafan
Senior Software Developer
 




See all the ways you can stay connected to friends and family

Mon Jan 12, 2009 10:26 pm

meroo_abc
Online Now Online Now
Send Email Send Email

Forward
Message #7351 of 9125 |
Expand Messages Author Sort by Date

View State View state is an ASP.NET feature that allows a Web page to retain all of its state values between requests to the Web server. In classic ASP,...
Amr Saafan
meroo_abc
Online Now Send Email
Jan 13, 2009
4:31 am

Nice post. But I am confused about how viewstate works in multiple pages. Considering your custom ViewState class, would I have to extend the ViewState class...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Jan 13, 2009
4:42 pm

it's pretty easy. The viewstate is nothing more then a hidden form field (on the rendered page itself) that holds all the information of that form (like...
pogowolf
Offline Send Email
Jan 14, 2009
4:02 am

Viewstate only persists across same page postbacks. -Wilby ________________________________ From: dot_net_community@yahoogroups.com...
Jackson, Wilby
jacksw01
Offline Send Email
Jan 14, 2009
4:04 am

Pogowolf, how that answer the problem about postbacks on miltiple page? Pls go through the original blog post by Safaan before you answer as the question was...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Jan 14, 2009
4:59 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help