Hi I have created a buttonfield in my Gridview with the CommandName sent to Delete. I have also Set the RowDeleting event on my GridView to a method. It doesnt run this method though. Giving me the error " Deleting is not supported by data source 'Cars' unless DeleteCommand is specified. "
My question is how do I get a button to launch an event similar to the GridView1_SelectedIndexChanged with the Select command. Thanks