SyntaxFix
Write A Post
Hire A Developer
Questions
Try this
> dt.columns.Add("ColumnName", typeof(Give the type you want)); > dt.Rows[give the row no like or or any no]["Column name in which you want to add data"] = Value;