News

I have the following code assigning a date/time value from one table to another table. dataSet11.Tables["shrinkage"].Rows[i]["dt"] = dr["start_time"] The ...