I want to make the gridview.columns[0] as hyperlink. I tried so many work around mentioned in different sites. I am binding a list<> to the grid. and I need to make the first column as hyperlink and upon clicking that link, it should be redirected to a page with the corresponding item.
Which event I need to use and how can I pass that value from the list?
I want to make the gridview.columns[0] as hyperlink. I tried so many work around
Share
Be warned that if you bind data to grid only first time page loaded then your changes will disappear.