Ask a Question related to ASP.NET General, Design and Development.
-
John #1
Populating a datagrid from two separate data sources
Hi all,
I have an interesting situation. I have a datagrid I'm currently populating
using a dataset but now I need to introduce some extra records into this.
I'm unsure of which method to use. Is it possible for me to populate (fill)
a dataset from another dataset and at the same time, make sure there are no
duplicates?
Regards
John.
John Guest
-
popup datagrid not populating data from xml
hey guys, im having trouble creating a datagrid within a popup. i created the datagrid on a normal panel and everything worked fine. then i tried... -
Populating DataGrid with nested data
Hello, I'm new to Flex and I'm having a hard time populating a dataGrid with info nested in an dynamically updatable XMLListCollection. for... -
Data Sources
Can anyone tell me how to get a list of Data Sources from CF server using cfml? Thanks: Phil -
Populating DataGrid with data ...
It seems that DataGrid supports dynamic data loading only from global variables. In my case, I have something like this: "code below", where... -
how to access data from 2 different sources?
I need to use data from multiple tables that are located in 2 different databases. Most of the tables are in SQL Server 2000 but 1 one the tables I... -
CT #2
Re: Populating a datagrid from two separate data sources
John,
Check out the Merge method of the DataSet class. It might just be what
you're after.
--
Carsten Thomsen
Enterprise Development with Visual Studio .NET, UML, and MSF
[url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
"John" <a@b.com> wrote in message
news:uITE8tpVDHA.384@TK2MSFTNGP12.phx.gbl...populating> Hi all,
>
> I have an interesting situation. I have a datagrid I'm currently(fill)> using a dataset but now I need to introduce some extra records into this.
> I'm unsure of which method to use. Is it possible for me to populateno> a dataset from another dataset and at the same time, make sure there are> duplicates?
>
> Regards
> John.
>
>
CT Guest



Reply With Quote

