asp.net个人资料页面

问题描述:

如果候选人登录了他的页面,则可以选择createprofile。假设用户创建了他的个人资料页面。之后,如果他希望查看他创建的个人资料,我需要从数据库中的表格中显示个人资料页面到用户页面。如何做....请尽快回复.......

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 .......

asp.net ProfileProvider类可以自定义根据需要。

它可以与会员提供商一起工作。



请参阅链接以获得更好的主意。



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 [ ^ ]



希望这有助于......
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...