How to Change the backcolor of one Row in DataGrid

I use .net 1.1 and C# 2003.
I need change the backcolor of one row in datagrid about specific value after databinding.
And I can't find any articles from the internet.
Could anyone help me?

[210 byte] By [Suite] at [2007-12-16]
# 1
Check out this post:
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=42551

-mark
Program Manager
Microsoft
This post is provided "as-is"

MarkRideout at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 2
I've read that post.But how can I override the method MyBase.Paint?
I'm in C#.
Suite at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...