Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add the checkbox (no field) Datagridview.DataSource
Message
De
01/06/2011 00:30:53
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
How to add the checkbox (no field) Datagridview.DataSource
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01512411
Message ID:
01512411
Vues:
110
Hi all,
I use vb.net , have datagridview.DataSource . I want to add the DataGridViewCheckBoxColumn, but in database my table no this field to store it .
How can i do to add a DataGridViewCheckBoxColumn in below code and each row, thank you?
 Dim qs As String = "SELECT seqno, funcname,parentid  FROM funclib"
        connection()
        cn.Open()
        da = New SqlDataAdapter(qs, cn)

        da.Fill(ADataSet, "funclib")

        treeGridView1.DataSource = ADataSet.funclib 
Répondre
Fil
Voir

Click here to load this message in the networking platform