Guest_imported
New member
- Jan 1, 1970
- 0
I have an active server page that returns a table from a recordset with the first column containing a hidden input with the primary key from the table and a radio input. I am trying to delete form the table the record that has the radio input selected when th user clicks on the submit button. I have the sql stored procedure complete. I am just trying to figure out how to get the primary key value that is associated with the selected radio input to the asp page that calls the stored procedure.