Re: Change back color of specific rows in datagrid
- From: "John Timney \(MVP\)" <x_john@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Sep 2006 22:39:34 +0100
Theres a thread here that explains using the ItemDataBound event.
http://forums.asp.net/562444/ShowPost.aspx
--
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
"Ambica Jain" <AmbicaJain@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EF5B6F7E-9864-4955-850C-94EB176F4BCE@xxxxxxxxxxxxxxxx
I want to change the backcolor of some specific rows in the DataGrid. I
have
seen some samples that do it by overriding Paint method of inherited
column
class.
However, I am using typed dataset in my application, so I cannot use
inherited column class to do that.
Is there any other way i can change the color of some rows based on
condition?
TIA
- Ambica
.
- Prev by Date: Re: easy ASP.NET question
- Next by Date: Re: sscanf in c#
- Previous by thread: Re: easy ASP.NET question
- Next by thread: In<T>(T x, params T[] y) where T:struct, IComparable<T>
- Index(es):
Relevant Pages
|