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