I have a custom table containing rows of data and a DNN report that shows those rows. The data source of the report is a custom SQL Stored Procedure.
I'm actually inserting some html into the report in that stored procedure, including the code to see buttons on each row.
I want a button that will run a stored procedure that would delete the row of data when clicked.
Does anyone have a suggestion on how to wire up that button to do that?
Thank you, Mark Buelsing