I
ineedyourluvin1
Ok, let's say I have a web form with two textboxes.
Let's also say I want to enter my first and last name into them.
How would I bind these textboxes in a Visual Studio 2005
webforms ASP website ? What would I do to insert FirstName
and LastName into a table called names from a textbox ?
So the file people.mdf has one table called names.
names contains two fields FirstName and LastName which are
of type string.
Thanks
Let's also say I want to enter my first and last name into them.
How would I bind these textboxes in a Visual Studio 2005
webforms ASP website ? What would I do to insert FirstName
and LastName into a table called names from a textbox ?
So the file people.mdf has one table called names.
names contains two fields FirstName and LastName which are
of type string.
Thanks