I’m having trouble with asp ListView. I have [Message] Table which include status field = read or unread,
can listview provide different style to show this different such as,
if(Message.Status == "unread")
{
div background color = "yellow"
}
else if (Message.Status == "read")
{
div background color = "Grey"
}
Is this possible?
Thanks in Advance.
i found somewhere in this site.. but forgot to bookmark it..
thanks to DJ Kraze for the support..