How to differenciate between read and Unread pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have a simple scenario like this... In a List page (legalList.aspx) i
have different entries ...each one haveing edit ,view,delete options.

The list is done with Datagrid....edit,view and delete are shown as image
icons.

Now i need to differentiate the entries in the Datagrid based on whether the
paticular entry in the row is already opened atleast once are not...similar
to our outlook inbox or yahoo inbox( If u open the mail then automatically
the font will be de-hieghleted).

Can any one help me how to achive this scenario.

Thanks in advance,

Ravibabu
 
ravi said:
Hi all,

I have a simple scenario like this... In a List page
(legalList.aspx) i have different entries ...each one haveing edit
,view,delete options.

The list is done with Datagrid....edit,view and delete are shown as
image icons.

Now i need to differentiate the entries in the Datagrid based on
whether the paticular entry in the row is already opened atleast
once are not...similar to our outlook inbox or yahoo inbox( If u
open the mail then automatically the font will be de-hieghleted).

Can any one help me how to achive this scenario.

You should post this question in an ASP.NET newsgroup rather than a C++
newsgroup. Try

microsoft.public.dotnet.framework.aspnet.datagridcontrol

-cd
 
Back
Top