R
ree32
I am using the editItem templates of the datalist control. I have a
problem as to transferring the changes made by the user to the
dataset.
As I am reading the results form a database to a dataset then using
the dataset to fill the datalist.
The problem is I am not sure how to transfer changes back to the
dataset as I plan on using the update method of the dataset to change
the database.
Is this possible? or do I have to use the clumsy way of creating an
sql string command to update the changes back to the database.
Thanks
problem as to transferring the changes made by the user to the
dataset.
As I am reading the results form a database to a dataset then using
the dataset to fill the datalist.
The problem is I am not sure how to transfer changes back to the
dataset as I plan on using the update method of the dataset to change
the database.
Is this possible? or do I have to use the clumsy way of creating an
sql string command to update the changes back to the database.
Thanks