RenoirVandalet
Programmer
- Sep 5, 2011
- 6
I have a detailsview tied to a sqldatasource and all works great if I use the default button shown on the bottom of the detailsview to Insert after entering data, but I want to use my own Save button, not that one. I have tried a number of things, but none seem to work. I thought that just calling detailsview.Update() in my button click code would handle it, but it does not update the table. No errors, but no updating either. Any help appreciated. I'll post whatever code requested.