User2122965003 posted
I'm working on a dynamic data web application and I'm having trouble deleting rows from the GridView (on a List.aspx page template). I'm using the Linq to Sql
mapping and LinqDataSource (DataSource for the GridView) is enabled to perform automatic deletes. When I hit the Delete button on the GridView, I get the row delete confirmation alert box and when I confirm the delete action
nothing happens...
Any suggestions?