M
MikeD
Hello,
I have a VS.NET project. One page has a DataList which I have managed to
bind to a dataset. I have added the appropriate edit, update and cancel
buttons but want to know how I tie these to the code that VS adds to the
page when you add SqlAdapter and SqlConnection.
It seems that VS adds all the CommandText items for you, but how do I use
them to actually update the data?
Cheers,
<M>ike
I have a VS.NET project. One page has a DataList which I have managed to
bind to a dataset. I have added the appropriate edit, update and cancel
buttons but want to know how I tie these to the code that VS adds to the
page when you add SqlAdapter and SqlConnection.
It seems that VS adds all the CommandText items for you, but how do I use
them to actually update the data?
Cheers,
<M>ike