Need help creating a variable that...
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I need some help, i want to create a varibale that will last through a page refresh, but only for a specific user, not for every user of the site. Any ideas?
-
I need some help, i want to create a varibale that will last through a page refresh, but only for a specific user, not for every user of the site. Any ideas?
The Undefeated wrote:
i want to create a varibale that will last through a page refresh
I'm a little confused as what you're trying to do. What do you mean a "page refresh"? Have you thought of usign the Session object or the Application object and lock it based on a user? ~Javier Lozano