Hi, I have a page (i.e. page1.aspx) that a user will select from the record and it will press on the delete button. And it will redirect on another page (i.e. page2.aspx). On page2.aspx, I wrote my query for example
DELETE FROM items WHERE item_id=2
how may I know if the query was successfully processed because I have to redirect again on the first page.