Table update design help please.

SteveInBeloit

Well-known member
Joined
May 22, 2006
Messages
132
Programming Experience
10+
Hi,
I'm just getting started with ASP .NET, so bear with me...

I need a simple page that will collect data from the user and update a table with it. Several textboxes, standard stuff: Name, address, St, zip, phone, etc.

How is the best way to do this? Gather all info in text boxes, then call a stored proc in SQL Server passing all as parameters? I doubt it, too many parameters, must be an easier way. I know how to do it in VB .NET binding it to me datatable from my Datasource, but I don't think it is the same here.

Any suggestions?
Thanks,
Steve
 
Back
Top