I'm using the aspnetdb for my profiles. I'm trying to add a new property to the db. In the past I just added it to the web.config file.
I added the new property to a gridview and I get an error that the property is not part of the data source. Am I missing something here? Do I need to save something to the new property before I can display the column in a gridview? The gridview is on the
same page that I would use to add something to the property.
Jackxxx
Contributor
3060 Points
2788 Posts
Trying to add custom profile property
Apr 03, 2007 10:32 PM|LINK
I'm using the aspnetdb for my profiles. I'm trying to add a new property to the db. In the past I just added it to the web.config file.
I added the new property to a gridview and I get an error that the property is not part of the data source. Am I missing something here? Do I need to save something to the new property before I can display the column in a gridview? The gridview is on the same page that I would use to add something to the property.
Me.GridView1.DataSource = Membership.GetAllUsersI appreciate your help with this.
Jackxxx
chainman
Member
2 Points
1 Post
Re: Trying to add custom profile property
Jul 18, 2007 04:26 PM|LINK
I'm having the same problem. Did you ever find a solution?
Thanks,
Doug