Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making a website in asp.net! I have assign two different roles to the user in that website. 1-Users with role of Standard user
2-Users with role of Powered User
Now i want to make a counter in which it counts number visit by Standard users and number of visits by a Powered Users separately! Thanks in advance!
Posted
Comments
[no name] 6-Jul-13 9:43am    
Okay! So what is your question! Or maybe you can describe some sort of a problem!
OriginalGriff 6-Jul-13 9:49am    
Good for you! Did you just want to tell us that, or did you have a problem you didn't want to share with us?
What have you tried? Where are you stuck?

1 solution

store and increment the counter in the database for each unique session you have. Hopefully this should solve your problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900