try changing the column that has the hyperlink to a template column. then you can go into the (Databindings) property of the hyperlink and set the cssclass based on the type of membership.
For example, add these css classes to your css style sheet:
.gold a:link {color:green;}
.silver a:link {color: red;}
etc...
then you can either add a column to your data table to hold the type of membership or determine it programatically.
for example you can put this in the databinding for the hyperlink:
DataBinder.Eval(Container, "DataItem.memberType")
hope that made sense and helped!
-SelArom
Reputation Points: 20
Solved Threads: 1
Junior Poster in Training
Offline 54 posts
since Oct 2004