Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Binding tables

Author  Topic 

Calleman
Starting Member

2 Posts

Posted - 2011-02-24 : 12:23:31
Hi all!

I'm very new to all this sql, but what a world! :)

I'm trying to create a webform for a club. This is what I want it to do:
Register as member
Add personal details about yourself, such as allergies.

Register for an event and have the database send an automated notification about who has signed up.

I've managed to get the register form and login form to work, but now I want the logged in user to be able to update their personal details, like phone number and address.
In my world that means that I would have to bind a table (containing the user data) to another table (containing the users log in details) so that just the logged in person can see and edit his/her details.

I'm using Visual Studio 2010.

Please hint me in the right direction.
   

- Advertisement -