Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to maintain reputation history for users in asp.net


Please share information
Posted
Comments
Samresh.ss 8-Aug-13 2:24am    
Save it in a database.
krish2013 8-Aug-13 3:20am    
hi samaresh,
That's maintained data stored in database.please share your solution information.
Thanks7872 8-Aug-13 2:38am    
This is not a question at all. So many things are not clear. What do you mean by history,what do you mean by reputation history? Whats the criteria? Which is the database? Improve question.
ridoy 8-Aug-13 2:57am    
not a question.contact with CP admins how they maintain reputation history of users!

1 solution

You can maintain user history by saving that data in data base.
For this you have to create one new table like UserHistory and insert data when user login and logout. For this you make Column like:

ID(Identity) UserID DateTime.

For using data time column you can also know duration of user on you site.

Accept as answer and vote if help to you.
 
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