I want to use data grid view in my vb project. But What is Special in Data grid view? And What can i done with data grid view? How to manipulate data grid view? Teach Me With Coding.
visual basicdata grid view
Page 1 of 1
2 Replies - 1242 Views - Last Post: 11 August 2010 - 07:37 AM
Replies To: visual basic
#2
Re: visual basic
Posted 11 August 2010 - 07:15 AM
gowrimanohari, on 11 August 2010 - 03:36 AM, said:
1. I want to use data grid view in my vb project.
2. But What is Special in Data grid view?
3. And What can i done with data grid view?
4. How to manipulate data grid view?
5. Teach Me With Coding.
2. But What is Special in Data grid view?
3. And What can i done with data grid view?
4. How to manipulate data grid view?
5. Teach Me With Coding.
1. Cool!
2. The grid shows data in a grid format.. that would mean in rows and headers and keeps nifty alignment.
3. I am not sure what you are asking.. but in the toolbox drop a grid on your form... then make a dataset with a data table with the columns you want.. then drop an instance of the dataset on your form... make the grid's source and member the dataset and table.. go nuts.
4. Manipulate how? Usually you would manipulate the dataset behind the grid.
5. You are on your own for that.
#3
Re: visual basic
Posted 11 August 2010 - 07:37 AM
I would answer #5 with this:
Core's Visual Basic .NET Resources List
More specifically, the link to
Microsoft Beginner Developer Learning Center
Core's Visual Basic .NET Resources List
More specifically, the link to
Microsoft Beginner Developer Learning Center
This post has been edited by CharlieMay: 11 August 2010 - 07:38 AM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote







|