Re: pb with adding columns to a datatable
- From: "Cor Ligthert" <notmyfirstname@xxxxxxxxx>
- Date: Wed, 20 Apr 2005 12:23:17 +0200
Sam,
I would change it in this typed in this message so watch typos..
\\\
Dim dt As New DataTable
dt.Columns.Add("FieldName", GetType(System.String))
dt.Columns.Add("EntryInfo", GetType(System.String))
dt.loaddatarow(new Object() {txtFieldName.Text,txtEntryInfo.Text},true)
///
A lot shorter and the rowstate is direct set to unchanged in this case
(otherwise false).
Cor
.
- Follow-Ups:
- References:
- pb with adding columns to a datatable
- From: Sam
- pb with adding columns to a datatable
- Prev by Date: Re: Using the Imagelist
- Next by Date: Re: fastest method to load text file
- Previous by thread: Re: pb with adding columns to a datatable
- Next by thread: Re: pb with adding columns to a datatable
- Index(es):
Relevant Pages
|