I didnt know whether to start a new thread or continue with a current thread on another related issue. Just point out what i should have done.
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 relaoded 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 .
In asp.net can i do the saem thing or better?
q1)how do i make a value clickable and i can get the whole row details from that?
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 relaoded 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 .
In asp.net can i do the saem thing or better?
q1)how do i make a value clickable and i can get the whole row details from that?