Hello all,
In VB I get a nice My.Settings namespace I can save items to - temporary items, such as a color selection.
What is the equivalent in ASP.NET? I don't know how to keep user-specific temp values nice and neat.
In classic ASP I think I used session("VarName") (I tried this in .NET, and it won't save from page to page)
Thanks!