Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 10th, 2006, 04:29 PM
Registered User
 
Join Date: Jan 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Add a Row to a DataTable in a specified location

Is it possible to use the Add a Row to a DataTable in a specified location. (i.e. after fourth row). I'm performing a summation of columns for each category and I want to display the total of each categories expenditures after each category (revenue, capital, expenses) So for instance after all rows listing revenues, I would display a summation of revenue rows.

 
Old January 16th, 2006, 05:32 PM
Authorized User
 
Join Date: Jul 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Mayur52o
Default

DataTable.Rows.InsertAt(row, Index(where the row should go))






Similar Threads
Thread Thread Starter Forum Replies Last Post
Find a Row in Datatable everest C# 1 August 1st, 2007 03:01 PM
add new row to a table stealthdevil Access VBA 1 June 1st, 2006 11:04 AM
Error occur when Add a DataRow[] into a DataTable sendtogary Visual C++ 0 March 27th, 2006 05:37 AM
how to add a dataRow[] into a datatable sendtogary VS.NET 2002/2003 0 March 27th, 2006 05:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.