how to incerase value of row in vb.net
CODE GIVEN
for (int i = 2; i <= 40; i = i + 2)
{
for (int k = 1; k <= 6;k++)
{
grid1.Cell(i, 1).Text = ds.Tables[0].Rows[k]["Period"].ToString();
}
}
their Values of k Can not increase why ??
Please Help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit KumarPosted Oct 9, 2018, 2:48 AM
Technical guruPosted Oct 9, 2018, 1:51 AM
Amit KumarPosted Oct 9, 2018, 1:38 AM