I am displaying a table in the page with the help of grid view where we get the contents of the job vacancies and also button displayed with each row having two buttons "APPLY JOB" and "SAVE JOB". I want to handle the on clicking event of each buttons based on the specified row.
I have tried a lot of coding. If i click on apply job of one if the row button then it save or handle some event based on the button of that row.