I'm old to VB but new to ASP.NET
I have written several dictionaries in new website. problem is that if multiple users are using these dictionaries at the same time, one user gets another user's information.
Being new to ASP.NET, what would the best way to get around this problem be? Session State or ViewState? Am I looking in teh wrong direction?