I\'m trying to make a DataTable and then add a couple rows to it. Here\'s my code:
using System; using System.Collections.Generic; using System.Linq; using
Try this code:
dt.Rows.Add(dr)