|
-
Feb 21st, 2007, 10:09 AM
#1
Thread Starter
PowerPoster
[RESOLVED] Adding New Rows to DataTable
This WAS bugging me but I want to share how to add a new row to a DataTable in .net 2.0
There is a little known method of your DataTable that is called New<YourDataTableName>Row.
That is it then add it to the DataTable like so DataTable.Rows.Add(YourRow)
-
Mar 27th, 2007, 05:06 PM
#2
Frenzied Member
Re: [RESOLVED] Adding New Rows to DataTable
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|