Groups | Blog | Home
all groups > asp.net > february 2006 >

asp.net : state mgmt issue


AVL
2/12/2006 11:07:26 PM
Hi,
I need to maintain state of few variables on my page,,,
It's on the same page....

Which is better suited in this situation?
Session or viewstate.....

Steve C. Orr [MVP, MCSD]
2/12/2006 11:51:08 PM
Assuming the information is just to be saved between postbacks to the same
page, then ViewState is the best choice 99% of the time.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


[quoted text, click to view]

AddThis Social Bookmark Button