Click here to Skip to main content
15,886,038 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Plzz tell me about Program in ASP to increment the counter each time user has logged in.
Posted
Comments
Ra-one 21-Jun-11 5:51am    
Have u got any good answer....... :)

1 solution

Its upto you how you can implement, but show you a path follow below steps

1) On login page if user credential matches. Update a field in database named counter with one.
2) It could be better to do it with the stored procedure. So while selecting you can update the same.

hope you got the idea :)
 
Share this answer
 
Comments
Wild-Programmer 30-May-11 6:37am    
Good answer :) my 5+
thatraja 30-May-11 14:10pm    
Simple suggestion, 5!

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