That button should run a Stored Procedure that contains an INSERT statement written in SQL that takes that row and insert it into another table.
I would assume you would have to have a check box infront of every row in your page and the user check it and click that button which in turn run the Stored Procedure…something like that.
Or instead of that you could add a hyperlink field (shown in Part2 of this video) that does the job for you.
Comments
Leave a comment Trackback