7
Answers

not getting integer i

for (int i = 0; i < dt.Rows.Count; i++) ;
if (dt.Rows[i]["productFile"].ToString() == "")
 
 
red part [ i ] is showing error
the name i does not exist in the current context 
Answers (7)