Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add the checkbox (no field) Datagridview.DataSource
Message
From
01/06/2011 00:30:53
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How to add the checkbox (no field) Datagridview.DataSource
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01512411
Message ID:
01512411
Views:
109
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 
Reply
Map
View

Click here to load this message in the networking platform