Hello all,
I'm new to ASP.NET and was hoping someone could help me out. On my site I am using a CreateUserWizard control to let people make an account. I wanted to add a custom field to this though that would let people choose what office they work in. I managed to add this to the control fine, but here is my dilemma.
Right now I am storing the response to this custom field in the user's profile. What I am trying to do is build a user management interface for admin's that will show a user's details (username, isApproved, last login, etc) along with their office and allow the admin to be able to change this. I would like to know if the approach I am trying (using the user's profile) is a good idea and how I could go about listing these account details so that an admin could change them.
Thank you very much for any insight.
I'm new to ASP.NET and was hoping someone could help me out. On my site I am using a CreateUserWizard control to let people make an account. I wanted to add a custom field to this though that would let people choose what office they work in. I managed to add this to the control fine, but here is my dilemma.
Right now I am storing the response to this custom field in the user's profile. What I am trying to do is build a user management interface for admin's that will show a user's details (username, isApproved, last login, etc) along with their office and allow the admin to be able to change this. I would like to know if the approach I am trying (using the user's profile) is a good idea and how I could go about listing these account details so that an admin could change them.
Thank you very much for any insight.