Guest User

Untitled

a guest
Jan 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. DataList.Controls.Add([columnhere]);
  2.  
  3. DataList.Controls.Add(new DataColumn("Name"));
  4.  
  5. dt.Columns.Add(new DataColumn("IntegerValue", typeof(Int32)));
  6. dt.Columns.Add(new DataColumn("StringValue", typeof(string)));
  7. dt.Columns.Add(new DataColumn("CurrencyValue", typeof(double)));
Add Comment
Please, Sign In to add comment