Posted on: 9/24/2014 10:54:18 AM | Views : 370

hi,
I have a gridview bound to Emails Data table

EmailId -p-k
Date
subject
Message
UserId

When the user signs in through membership, I show the emails for them in a gridview  based on UserId parameter
In the gridview is a HyperLink that goes to Master - Details setup where they can read emails details.

I am trying to do 2 things
a,
On signing in I  want  to put an int value next to "MyEmails" which shows if there are any emails waiting for
them that have not been read!

b,  In the gridview, I want to highlight the Unread Emails by color etc

Do i need to add another column to the TABLE like "seen" so if they click the hyperlink in
gridview it places True on Seen column ?? or something similar


Go to the complete details ...