|
-
May 25th, 2013, 10:18 AM
#1
Thread Starter
Junior Member
[RESOLVED] Set DataGrid1.DataSource = rs
I am using the following statement in my vb6 code:
Set DataGrid1.DataSource = rs
How am I supposed to use this statement in vb10?
-
May 25th, 2013, 01:08 PM
#2
Re: Set DataGrid1.DataSource = rs
Thread moved to the VB.Net forum.
-
May 25th, 2013, 01:10 PM
#3
Re: Set DataGrid1.DataSource = rs
It's basically the same except you don't use the Set keyword. You'll be using a DataGridView and a DataTable but it's still a matter of setting the control's DataSource property.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|