Results 1 to 2 of 2

Thread: [RESOLVED] Adding New Rows to DataTable

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Resolved [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)

  2. #2
    Frenzied Member
    Join Date
    Jun 2003
    Location
    Auckland
    Posts
    1,139

    Re: [RESOLVED] Adding New Rows to DataTable

    Got a code example?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width