how to know current user in my site
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
i have site connect to database system and users register in my site and i want know the current users inspecific catgory and total number of users
Eng.developer
-
i have site connect to database system and users register in my site and i want know the current users inspecific catgory and total number of users
Eng.developer
-
i have site connect to database system and users register in my site and i want know the current users inspecific catgory and total number of users
Eng.developer
When the user goes throught the login page, you must to create a two session values with the user_ID and category, later create a consultation page, this page count all the user_id session values actives.
keep Learning...