C
Cirene
I am using ASP.NET 3.5 built in membership.
I want to create an admin interface to add, edit and delete users.
But, not only do I have to use aspnet_Users, aspnet_UsersInRoles and
aspnet_membership, I also have to use a table called CompanyUsers which is
linked by UserId to aspnet_Users.
With so many tables, how do you recommend I edit and delete data?
Will a typical gridview/formview combo work, or is this too complicated?
I want to create an admin interface to add, edit and delete users.
But, not only do I have to use aspnet_Users, aspnet_UsersInRoles and
aspnet_membership, I also have to use a table called CompanyUsers which is
linked by UserId to aspnet_Users.
With so many tables, how do you recommend I edit and delete data?
Will a typical gridview/formview combo work, or is this too complicated?