G
Guest
Hi --
I'm creating a form in ASP.NET 2.0 (and I'm brand new to .NET). And if the
person is new, then I want a blank form to appear and the person will fill
all that info in. This works!
What I'm having trouble with is if the person is an existing member of the
site and wants to change their info. I want to have the same form as the new
member sees but I want all the fields (text boxes, drop downs, etc.) to be
pre-filled in with their info from the SQL database. The form is mostly text
boxes.
I'm pretty sure I know how I'd do this in ASP (classic) 3.0, but that's not
working in .NET 2.0.
Btw, if it matters, I'm using VS 2005 and SQL 2005 (with the database table
name being "Customers".
Can someone please help me? Point me in the right direction please?
Thanks.
I'm creating a form in ASP.NET 2.0 (and I'm brand new to .NET). And if the
person is new, then I want a blank form to appear and the person will fill
all that info in. This works!
What I'm having trouble with is if the person is an existing member of the
site and wants to change their info. I want to have the same form as the new
member sees but I want all the fields (text boxes, drop downs, etc.) to be
pre-filled in with their info from the SQL database. The form is mostly text
boxes.
I'm pretty sure I know how I'd do this in ASP (classic) 3.0, but that's not
working in .NET 2.0.
Btw, if it matters, I'm using VS 2005 and SQL 2005 (with the database table
name being "Customers".
Can someone please help me? Point me in the right direction please?
Thanks.