SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using dataset to bind in a Grid, you can add the row after you fill in the sql data adapter:
adapter.Fill(ds); ds.Tables(0).Rows.Add();