I have a gridview with several rows. Each row has value for each column. When the user hover the gridview, I want each row to appear like one anchor tag, so that when clicked anywhere in the row, the result depends on the value of the row’s id.
Instead of having each cell contain a link, I want the entire row to behave like a anchor tag.
Thanks for helping
You can turn the rows in to clickable hyperlink but it will have to write extra code