Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if a candidate logged in his page ,there is a option to createprofile .assume that ,the user created his profile page .After that if he wish to view his created profile i need to diplay the profile page from a table in database to the user page.how to do that.... please give reply soon .......
Posted
Updated 23-Dec-13 3:16am
v2

1 solution

The asp.net ProfileProvider class can be customized as per the needs.
It can work along with the Membership provider.

Refer the link for a better idea.

http://msdn.microsoft.com/en-us/library/taab950e(v=vs.100).aspx[^]
http://msdn.microsoft.com/en-us/library/system.web.profile.sqlprofileprovider(v=vs.100).aspx[^]

Hope this helps...
 
Share this answer
 
v2

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