Add a Handler:
Protected Sub DataGrid1_DeleteCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles DataGrid1.DeleteCommand
Then call your stored procedure from within the handler.
0
Albee_JAuthor Commented:
Thanks
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
http://forums.asp.net/p/1331652/2678217.aspx#2678217