Hi i want to change anchor link color in gridview once i click that link.
You can use the following css
.Grid a:visited { color: #444; }
Now set class Grid to GridView CssClass property
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.