blah blah blah is here! blah blah » Close

0
votes
1 answers

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. ...

0
votes
1 answers

GridView won't delete rows in MySQL database

I get the GridView to load properly but cannot figure out how to make it delete values. How do I make the deletion propogate to the database? I think one of the problems is that I'm using the SelectedIndex property in the code behind ...

Feedback