3
Reply

loop two variabels untill a specific count in c#.net

Bineesh  VP

Bineesh VP

Nov 4 2014 1:18 AM
636
HI,
 
 
I NEED YOUR HELP TO FIND A SOLUTION IN C#.net  WINDOWS Application .
 
am getting an error while i do some function using dataRow.
 
This is the code :-
 
// dataRow declaration: -
 
 
 
The code to fetch value to variables: -
 
 
 
my problem is to loop between qty ,opstock and  pQty.
 
suppose the qty=15 , pQty =6  and opstock=3 , I want to loop  opstock and pQty untill reach same as qty(i.e 15), hot it possible?
 

Answers (3)