Click here to Skip to main content
15,916,949 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would need to know how to user can edit own profile after login in asp.net?
Posted

You have to provide a profile page on which user's info will be displayed.
Also you have to provide an edit link on that page and on clicking of that link those textboxes will be made enable which users are allowed to edit.
 
Share this answer
 
Comments
rkthiyagarajan 6-Sep-11 6:16am    
s i did but when i bind the value in to textbox show first stroed values only display not display current users information.
nagendrathecoder 6-Sep-11 6:22am    
Please check whether information is updating in database.
Monitor your query and updation logic.
When you logged in ,Assign your unique id to the
C#
session["userid"]=txtUser.Text.

and use this session for feching previous details.

Make a page to edit details through textboxes.
Use update query to update.
 
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