Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi, i want to use user profile feature like asp.net in windows application (c#.net) where returned logged in users can be able to see what they have changes on their last login. But problem is i am a beginner programmer and dont know how to do it. Any help welcome. I have already created login form, register form and homepage form and one sql server database with one table named users. Registering user and authenticate user working fine but i also want this feature. So plz tell me any simple way...thanx
Posted
Comments
Sushil Mate 23-Jul-13 7:08am    
great you done most of the things. what exactly mean by checking the changes? what kind of that might be?
Pankaj Mahor 24-Jul-13 2:58am    
Anybody please reply.
Dave Kreskowiak 23-Jul-13 7:09am    
I don't think anyone has any idea what you really want. "...where returned logged in users can be able to see what they have changes on their last login" makes absolutely no sense at all.
OriginalGriff 23-Jul-13 7:13am    
I have to agree with Dave, it's not clear from your question what you are trying to do, or what part of it is giving you problems.
Do you mean you want to store user login info so they don't have to login again? Or you want to show them all changes in the DB since their last login / logout?
Please, remember we can't see your screen or access your HDD and can only work from what you tell us!
Use the "Improve question" widget to edit your question and provide better information.
Pankaj Mahor 23-Jul-13 8:25am    
I mean when an user login, a homepage form will be display. In other words, only logged in users will be able to access homepage form. I have placed a textbox and a button controls on this homepage form and if that user write something to this textbox and then click the button, the textbox value should save it. Now if that user close the application and then login again, he/she should be able to see what he/she has written in the textbox when last logged in.

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