I am using asp.net membership , roles and profile in my project . I am able to create users through Membership.CreateUser() function that uses aspnet_Users table. But i could'nt find out any method to add a new row in aspnet_profile table .Because while
creating a new user , user also fills some additional details , that should go to aspnet_profile table . Can anyone please tell how to do that ?
Actually i had already visited that link(Stackoverflow link) , but ignored that previously . But when you replied , i took it seriously . Thanks a lot !
jackWyu
Member
18 Points
27 Posts
how to insert data in aspnet_profile table ?
Nov 05, 2012 09:49 AM|LINK
Hi,
I am using asp.net membership , roles and profile in my project . I am able to create users through Membership.CreateUser() function that uses aspnet_Users table. But i could'nt find out any method to add a new row in aspnet_profile table .Because while creating a new user , user also fills some additional details , that should go to aspnet_profile table . Can anyone please tell how to do that ?
chandu123
Contributor
4646 Points
1172 Posts
Re: how to insert data in aspnet_profile table ?
Nov 05, 2012 10:18 AM|LINK
Check this
http://stackoverflow.com/questions/7844976/storing-additional-data-in-aspnet-profile-table-with-membership-data
http://weblogs.asp.net/scottgu/archive/2005/10/18/427754.aspx
Chandrasekhar (MCTS) .NET framework 3.5, ASP.NET Applications
If my ANSWER helps you in solving your problem MARK IT AS ANSWER
jackWyu
Member
18 Points
27 Posts
Re: how to insert data in aspnet_profile table ?
Nov 05, 2012 11:14 AM|LINK
Actually i had already visited that link(Stackoverflow link) , but ignored that previously . But when you replied , i took it seriously . Thanks a lot !