Ask a Question related to ASP.NET General, Design and Development.
-
Tracey #1
Update database using dataset
I have a number of text boxes that are all data bound to a
data set. I would like the user to be able to make changes
to these text boxes and then save the changes back to the
database by clicking on a save button.
I have put the code OleDbDataAdapter1.Update(DsTemp1) in
the btnSave_Click event but it doesn't seem to do
anything. If I view what is contained in the text property
of the text boxes it shows the original value not the
changed value.
I am quite new to this so any help would be appreciated.
Thanks.
Tracey Guest
-
How many dataBase tables can a dataSet table update via dataGrid?
I would like to display data in a datagrid in which the source of the data is multiple database tables. The select statement in the command object... -
update a datagrid through dataset
Check out "Checking for Changed Items"this article, this explains one way to update back the dataset from datagrid.... -
HELP with dataset update
I am trying to update a dataset on a web page. I keep getting concurrency validation error. Here is the code. I have shortened it for posting... -
DataSet update with Web Services
Hi, This is what my problem is right now...I used to do the SQL update in a long and bad way... I am wondering who can leads me to a better way... -
update dataset
How can I update a dataset loaded with data from an xml file? The structure of the xml: <Poll> <Choice>First Choice</Choice>



Reply With Quote

