Click here to Skip to main content
15,908,112 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need Help on Custom Action Installer Pin
Dave Kreskowiak21-Oct-08 8:29
mveDave Kreskowiak21-Oct-08 8:29 
GeneralRe: Need Help on Custom Action Installer Pin
Saseendran Kombath21-Oct-08 23:34
Saseendran Kombath21-Oct-08 23:34 
GeneralRe: Need Help on Custom Action Installer Pin
Dave Kreskowiak22-Oct-08 4:22
mveDave Kreskowiak22-Oct-08 4:22 
GeneralRe: Need Help on Custom Action Installer Pin
Saseendran Kombath23-Oct-08 4:15
Saseendran Kombath23-Oct-08 4:15 
QuestionHow do remove unwanted coulmns from a data grid? Pin
Arun Philip R21-Oct-08 8:09
Arun Philip R21-Oct-08 8:09 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius21-Oct-08 8:28
mentorWendelius21-Oct-08 8:28 
QuestionRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R21-Oct-08 8:41
Arun Philip R21-Oct-08 8:41 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius21-Oct-08 8:50
mentorWendelius21-Oct-08 8:50 
Hmm, SetDataBinding is a method for DataGrid class regardless where you get the data from (it could be oledb, file etc). DataView is a valid argument for SetDataBinding and if no columns are defined in the grid before binding is done, all the columns in DataView are shown. You can either loop them through and remove those not needed or define columns in forehand.

Perhaps if you could post the code where the problem is, it would be easier to see the cause.

The need to optimize rises from a bad design.

My articles[^]

GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 3:22
Arun Philip R22-Oct-08 3:22 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 4:00
Arun Philip R22-Oct-08 4:00 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius22-Oct-08 7:36
mentorWendelius22-Oct-08 7:36 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R6-Nov-08 6:32
Arun Philip R6-Nov-08 6:32 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius6-Nov-08 7:02
mentorWendelius6-Nov-08 7:02 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Anoop Brijmohun22-Oct-08 0:20
Anoop Brijmohun22-Oct-08 0:20 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 3:28
Arun Philip R22-Oct-08 3:28 
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 
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 

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.