adding a new row?

alanchinese

Well-known member
Joined
Jan 12, 2005
Messages
58
hi, i created a dataset object "DataSetCustomer" from the Customer table of Sql Server 2000
and i have TextBox on each of the fields. each textbox is binding with the dataset

is there a very fast way to let the user to fill in all the textboxes and add this new row into the sql server table? maybe a dataadapter can do so?

thankx.
 
Back
Top