TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vishan S Gill
NA
15
13.6k
ASP.NET Profile provider custom fields
Jul 18 2011 2:30 PM
Hi all,
I'm new to ASP.NET and I'm trying to learn it by developing a website for my friend. Here is what I've got so far:
I used the build-in Membership provider to create user and assign roles.
I've also managed to create an admin section to manage users and their roles.
The problem I have is that each user will fall under a department category, for example user 'A' once registered will be assigned a role by the admin. User 'A' will also need to be assigned to a department.
I know that using the Profile provider the user can select the department when they register. However, I want the admin to assign them to "one or many" departments. The content displayed to user 'A' will be based first on his role and then his department.
Can anyone help me figure this out? This is similar field to role where user can be part of one to many roles.
Thanks in advance!
Regards,
Vish
Reply
Answers (
3
)
Insert into database through loop
Create Graph