I have a column on a grid view I read in froma DB. The field has 2 values true or false. Now if i click on the field i want the gridview and the DB updated to the new value. I click on true on a row and it changes it to false after it has reloaded the page just on that row.
In PHP you just make a field a hyperlink and send data to another page to update and automatically go back and refresh the page .
q1)how do i make a value clickable and i can get the whole row details from that?
PS I do not want to use the edit/select hyperlinks froma gridview. In fact no way do i want to. This is going backwards from a php solution.
In PHP you just make a field a hyperlink and send data to another page to update and automatically go back and refresh the page .
q1)how do i make a value clickable and i can get the whole row details from that?
PS I do not want to use the edit/select hyperlinks froma gridview. In fact no way do i want to. This is going backwards from a php solution.
Comment