difference between ViewState and SessionState ? - Printable Version +- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au) +-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1) +--- Forum: Programming (/forumdisplay.php?fid=10) +--- Thread: difference between ViewState and SessionState ? (/showthread.php?tid=35547) |
difference between ViewState and SessionState ? - vishakhajain - 09-26-2019 11:48 PM Hello Dear, Please Tell Me What is the difference between ViewState & SessionState ? RE: difference between ViewState and SessionState ? - rhcalvin - 09-30-2019 11:07 PM The Viewstate is stored within the page itself, while the Sessionstate is stored in the server. |