votes
Gridview/Objectdatasource Debugging - C#
I created this delete method in visual studio. I've tested in on my database - it works properly from Console. However, when Objectdatasource calls the method from a gridview control, my entry is not getting deleted from the database. ...
