1) I had a GridView and I added a button in every row. I want to know how to select one row by clicking that button according to that row. And I should insert that record into an other table.
Eg:- I have two tables (Course and Wish List) I bind the course details into the GridView and add a button as "ADD TO WISHLIST" at last column. I want to add that record into the wishlist table clicking the button.
2) My second need is: I have added an image in a database table as binary value successfully. But now I can't load this data. How can I do that?