i done this way
for (i = 1; i <= 7; i++)
{
for (int j = 1; j <= 5; j++)
{
lbl.BackColor = Color.Red;
}
}
but it not work....
but it not work....
Santhosh Kumar JayaramanPosted Jun 17, 2013, 8:41 AM