Content-Class: urn:content-classes:message
From: "ElenaR" <
[email protected]>
Sender: "ElenaR" <
[email protected]>
Subject: DataGrid Column Headers
Date: Tue, 21 Oct 2003 06:47:38 -0700
Lines: 8
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOX2eP8NwPr0XVbTR2GxG7VtQpsAg==
Newsgroups: microsoft.public.dotnet.languages.vb
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:148656
NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
X-Tomcat-NG: microsoft.public.dotnet.languages.vb
I need to figure out how to name my column headers in a
DataGrid.
In VB6, I could write DataGrid1.Columns(0).Caption
= "ID". What is the format for VB.NET?
Thanks in Advance!