I have a asp.net 2.0 web application.
There is Datagrid with many columns.one of the column is a template column with Hyperlink.
When the user clicks on the hyperlink, a popup window is opened and the hyperlink is changed to a visited link.
But when the user clicks on Refresh button available on the page, the hyperlink color changed to blue(as a non-visited link)
Please help me how to maintain the visited non-visited state even after postback.
There is Datagrid with many columns.one of the column is a template column with Hyperlink.
When the user clicks on the hyperlink, a popup window is opened and the hyperlink is changed to a visited link.
But when the user clicks on Refresh button available on the page, the hyperlink color changed to blue(as a non-visited link)
Please help me how to maintain the visited non-visited state even after postback.
Comment