DataGrid

  • Thread starter Thread starter AAA
  • Start date Start date
A

AAA

VB.net datagrid seem to be not so powerful as ASP.net datagrid.

asp.net datagrid already got several default different column style. as for
VB.net only 2 (textbox and bool), it require some coding to create our own
datagrid.

may i know where got those sample coding for vb.net datagrid. i only got one
from Microsoft website, which is formattng each cell property. I hope to get
more sample code for reference.

another things is that. is it possible to make all the datagrid data that
show in run-time. i mean that when i enter particular data or change any
data in any cell, then the rest of the cell value will change
also....possible ?

pls guide me
 
AAA-

There's lots of info on the Windows Forms Datagrid at the following site

Windows Forms Datagrid FAQ
http://www.syncfusion.com/FAQ/WinForms/default.asp#44



hope that helps...


Steve Stein,
Visual Basic Team

--------------------------------------------------------------------
This reply is provided AS IS, without warranty (express or implied).






--------------------
| From: "AAA" <[email protected]>
| Subject: DataGrid
| Date: Mon, 20 Oct 2003 15:49:28 +0800
| Lines: 18
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.vb
| NNTP-Posting-Host: isdn-brf-87-186.tm.net.my 202.188.87.186
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:149309
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb
|
| VB.net datagrid seem to be not so powerful as ASP.net datagrid.
|
| asp.net datagrid already got several default different column style. as
for
| VB.net only 2 (textbox and bool), it require some coding to create our own
| datagrid.
|
| may i know where got those sample coding for vb.net datagrid. i only got
one
| from Microsoft website, which is formattng each cell property. I hope to
get
| more sample code for reference.
|
| another things is that. is it possible to make all the datagrid data that
| show in run-time. i mean that when i enter particular data or change any
| data in any cell, then the rest of the cell value will change
| also....possible ?
|
| pls guide me
|
|
|
 
Back
Top