Will you Please explain very briefly what do you try to do?
You have a GridView. In each row there are many DropDownLists and a CheckBox. And You have a Table out side GridView
Looping thrugh the gridview rows, in each row you loop through all the rows of the table and doing some calculation using value of that row and next row and the selected values of the some of the DropDownLists and assigning values to some variables....
Please complete this......
Also please tell me What is
rowgridview++;
Kindly mark this post as "Answer", if it helped you.
basheerkal
Star
10672 Points
2426 Posts
Re: Data in TableRow are not being read
Apr 10, 2012 02:43 AM|LINK
Will you Please explain very briefly what do you try to do?
You have a GridView. In each row there are many DropDownLists and a CheckBox. And You have a Table out side GridView
Looping thrugh the gridview rows, in each row you loop through all the rows of the table and doing some calculation using value of that row and next row and the selected values of the some of the DropDownLists and assigning values to some variables....
Please complete this......
Also please tell me What is
rowgridview++;
(Talk less..Work more)