Avatar of Crazy_Penguins
Crazy_Penguins

asked on 

My.Settings in ASP.NET?

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!
ASP.NET

Avatar of undefined
Last Comment
philipjonathan

8/22/2022 - Mon