K
Kyle
Everyone,
I am making a vb.net datagrid control, it pulls out
datatable from the Database, and here's my question:
according to specific rows from the datatable i
pulled out that were mapped to datagrid, those specific
rows will have different colors. That means, row #1 might
be yellow (according to the data from the DB), then row #2
might be red, and row #3 would be blue, and row #4 can be
red again according to the data.
I looked thru the properties of datagrid and I did
not find an appropriate way to do it.
Can someone help me out here.
Kyle,
PS: THIS IS A VB.NET USER CONTROL, NOT ASP.NET (even
though I know asp.net has a way to do it)but this must be
done in VB.NET
I am making a vb.net datagrid control, it pulls out
datatable from the Database, and here's my question:
according to specific rows from the datatable i
pulled out that were mapped to datagrid, those specific
rows will have different colors. That means, row #1 might
be yellow (according to the data from the DB), then row #2
might be red, and row #3 would be blue, and row #4 can be
red again according to the data.
I looked thru the properties of datagrid and I did
not find an appropriate way to do it.
Can someone help me out here.
Kyle,
PS: THIS IS A VB.NET USER CONTROL, NOT ASP.NET (even
though I know asp.net has a way to do it)but this must be
done in VB.NET