Click here to Skip to main content
15,905,971 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Anoop Brijmohun22-Oct-08 3:49
Anoop Brijmohun22-Oct-08 3:49 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 3:58
Arun Philip R22-Oct-08 3:58 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Anoop Brijmohun22-Oct-08 4:31
Anoop Brijmohun22-Oct-08 4:31 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 4:48
Arun Philip R22-Oct-08 4:48 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Anoop Brijmohun22-Oct-08 5:00
Anoop Brijmohun22-Oct-08 5:00 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Jon_Boy22-Oct-08 6:29
Jon_Boy22-Oct-08 6:29 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R6-Nov-08 6:36
Arun Philip R6-Nov-08 6:36 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Dave Kreskowiak22-Oct-08 5:07
mveDave Kreskowiak22-Oct-08 5:07 
The best way to do this is to retrieve only the columns you need from the database. Outside of that, if you have a table that has more columns than you need to display, turn off the option that automatically creates columns in the DataGridView, then create your own DGV columns (which you should already be doing anyway, right?!), and map those columns to the ones in your DataTable.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 5:53
Arun Philip R22-Oct-08 5:53 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Dave Kreskowiak22-Oct-08 11:00
mveDave Kreskowiak22-Oct-08 11:00 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R6-Nov-08 6:38
Arun Philip R6-Nov-08 6:38 
QuestionMDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Joey Picerno21-Oct-08 5:37
Joey Picerno21-Oct-08 5:37 
AnswerRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Dave Kreskowiak21-Oct-08 5:58
mveDave Kreskowiak21-Oct-08 5:58 
GeneralRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Joey Picerno22-Oct-08 6:30
Joey Picerno22-Oct-08 6:30 
GeneralRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Dave Kreskowiak22-Oct-08 11:08
mveDave Kreskowiak22-Oct-08 11:08 
QuestionDynamic tooltip Pin
cstrader23221-Oct-08 4:53
cstrader23221-Oct-08 4:53 
AnswerRe: Dynamic tooltip Pin
dan!sh 21-Oct-08 5:02
professional dan!sh 21-Oct-08 5:02 
AnswerRe: Dynamic tooltip Pin
cstrader23221-Oct-08 5:15
cstrader23221-Oct-08 5:15 
AnswerRe: Dynamic tooltip Pin
Dave Kreskowiak21-Oct-08 5:50
mveDave Kreskowiak21-Oct-08 5:50 
GeneralRe: Dynamic tooltip Pin
cstrader23221-Oct-08 6:19
cstrader23221-Oct-08 6:19 
AnswerRe: Dynamic tooltip Pin
Vengatachalapathy Palanivel21-Oct-08 22:05
Vengatachalapathy Palanivel21-Oct-08 22:05 
GeneralRe: Dynamic tooltip Pin
Dave Kreskowiak22-Oct-08 4:14
mveDave Kreskowiak22-Oct-08 4:14 
QuestionConverting full path to URI Pin
egottwald21-Oct-08 4:35
egottwald21-Oct-08 4:35 
AnswerRe: Converting full path to URI Pin
Dave Kreskowiak21-Oct-08 13:36
mveDave Kreskowiak21-Oct-08 13:36 
GeneralRe: Converting full path to URI Pin
egottwald22-Oct-08 4:34
egottwald22-Oct-08 4:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.