Additional fields to the Membership Controls

Last post 12-18-2005 4:30 AM by adam_shallcross. 3 replies.

Sort Posts:

  • Additional fields to the Membership Controls

    12-17-2005, 6:20 PM
    Hi

    I wonder if anyone can help me.  I am trying to modify the member controls to add more user information to my application.

    I have created a SQL Express 2005 DB, and I have got the standard login controls working fine and can insert users fine, and i can login, so all is working ok.  I can add users using the standard .NET form control i.e username, password, email etc.

    However I need to add additional info, such as Address1, Address2, Postcode, TelNo etc.

    I can probably do this by using another table and linking to it by userID, but I am sure there is a way of doing this automatically, however i cant figure out how this can be done.

    Thanks for you help in advance.

    Adam Shallcross

  • Re: Additional fields to the Membership Controls

    12-17-2005, 9:57 PM
    • Contributor
      4,421 point Contributor
    • BrianOConnell
    • Member since 08-04-2002, 4:24 PM
    • Dublin, Ireland
    • Posts 828
    Brian O'Connell (MCAD) - http://www.systemdotweb.com
  • Re: Additional fields to the Membership Controls

    12-17-2005, 11:01 PM
    • Member
      535 point Member
    • KevinK3344
    • Member since 11-22-2005, 12:29 AM
    • Raleigh, NC
    • Posts 105

    Here is a link which shows you the steps to take. You basically add an additional wizard step to your create wizard control, and save any additional fields in the profile object. You can also save complex types as well in the profile object, not just strings. http://www.kevinkeydesign.net/Pages/Samples/CreateUserSample.aspx

  • Re: Additional fields to the Membership Controls

    12-18-2005, 4:30 AM
    Ahhh, excellent, thanks a lot for your help.  I thought that was how to do it, but could find no information on how to do it.

    Thanks for your help

    Adam

Page 1 of 1 (4 items)