Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: Combining DataTables
You would simply create a new DataTable with the appropriate columns, and
then loop through each of the tables to populate it.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"frank" <frank@frank.com> wrote in message
news:uCT%23zl5TDHA.1572@TK2MSFTNGP12.phx.gbl...DataSet> What is the best way to combine multiple DataTables?
>
> I have a random number of DataTables (all the same "structure") in a> and I want them combined into one DataTable with an additional field
> describing what table the row originally came from.
>
>
Kevin Spencer Guest
-
Why does Dreamweaver display full path spec to datatables?
I don't know whay, but in Dreamweaver whenever I select a record set, the tables drop down has a full file path spec to the table and that's what... -
DataTable consisting of 2 other DataTables
Hi, I have two datatables, DataTable1 dtCurProducts.Columns.Add(new DataColumn("Id", Type.GetType("System.String")));... -
Populating DataSet from two DataTables
I'm trying to build a heirarchial DataGrid. I've created the two tables I need through some fun in a code behind that runs through an Active... -
Combining two scripts
WINXP FMP 5.5V1 I have two seperate scripts that, by themselves work the way they were intended. Recently, I have the need to have the work of... -
set up a datagrid of multiples datatables in 1 dataset
I have a few tables consisting two columns each. They all have the same first column (unique key) What I want to do is show a datagrid, starting...



Reply With Quote

