Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to change the text color of individual cell of DataGrid control in C#
thanks
see sample: dataGridView1.Rows[0].Cells[0].Style.ForeColor = Color.White;
I am using DataGrid class not DataGridView class.
Checkout on this : http://www.codeguru.com/forum/showthread.php?t=364896[^] Hope this will help you..
Then ask the question in the ASP forum!
Never underestimate the power of human stupidity RAH