Can't write to specific cells in table?! C#

  • Thread starter Thread starter PoshJerry
  • Start date Start date
P

PoshJerry

Guest

StartAdapter.Fill(dt.Rows[LoopCount]["FirstDay"]);
EndAdapter.Fill(dt.Rows[LoopCount]["LastDay"]);
ReasonAdapter.Fill(dt.Rows[LoopCount]["Reason"]);

Why doesnt this work?!



Continue reading...
 
Back
Top