How do you run an update query in a data source control from a button? I have the data source control with the update query configured in it. I just don't know what to put in the button_click event to make it run.
+1
A:
In the event handler just call the Update method for your Datasource control.
Ken Pespisa
2008-11-11 20:56:46