Re: Combobox issue
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Wed, 5 Oct 2005 10:18:05 +0200
Antonio,
>
> Dim dtNewTable As DataTable = ds.Tables(0)
> dtNewTable.TableName = "Menu"
> ds.Tables.Add(dtNewTable)
>
Beside all what you are doing, will this in my opinion never go. You tell
that dtNewTable is an old table with a new name.
If you want a new table than you have to do.
Dim DtNewTable as DataTable = ds.Table(0).Copy
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadatatableclasscopytopic.asp
I hope this helps,
Cor
.
- References:
- Combobox issue
- From: Antonio Paglia
- Re: Combobox issue
- From: Cor Ligthert [MVP]
- Re: Combobox issue
- From: Antonio Paglia
- Combobox issue
- Prev by Date: Re: column alignment in datagrid
- Next by Date: Re: 360 .NET
- Previous by thread: Re: Combobox issue
- Next by thread: Using CrystalReportViewer
- Index(es):