Click here to Skip to main content
15,881,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get general control of any window in VB .net Pin
Johan Hakkesteegt13-Nov-09 2:43
Johan Hakkesteegt13-Nov-09 2:43 
AnswerRe: How to get general control of any window in VB .net Pin
EliottA13-Nov-09 2:48
EliottA13-Nov-09 2:48 
AnswerRe: How to get general control of any window in VB .net Pin
Dave Kreskowiak13-Nov-09 4:31
mveDave Kreskowiak13-Nov-09 4:31 
Questionbinding data with gridview Pin
KIDYA12-Nov-09 21:45
KIDYA12-Nov-09 21:45 
AnswerRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 22:46
Johan Hakkesteegt12-Nov-09 22:46 
GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:52
KIDYA12-Nov-09 22:52 
GeneralRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 23:23
Johan Hakkesteegt12-Nov-09 23:23 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:25
mveDave Kreskowiak13-Nov-09 4:25 
A couple of things to check...

First, in your binding code, make sure that you set the DataGridView's AutoGenerateColumns property to False.

Next, make sure your Columns that you created are setup properly to bind to the appropriate table/column names in the dataset/datatable.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: binding data with gridview Pin
Shameel12-Nov-09 22:51
professionalShameel12-Nov-09 22:51 
GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:56
KIDYA12-Nov-09 22:56 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:27
mveDave Kreskowiak13-Nov-09 4:27 
QuestionRunning Value Question Pin
vbbeg12-Nov-09 20:46
vbbeg12-Nov-09 20:46 
QuestionSource code for SQL database Pin
Ravisubrahmanya12-Nov-09 20:14
Ravisubrahmanya12-Nov-09 20:14 
AnswerRe: Source code for SQL database PinPopular
Johan Hakkesteegt12-Nov-09 20:19
Johan Hakkesteegt12-Nov-09 20:19 
AnswerRe: Source code for SQL database Pin
Shameel12-Nov-09 22:54
professionalShameel12-Nov-09 22:54 
AnswerRe: Source code for SQL database Pin
Dave Kreskowiak13-Nov-09 4:19
mveDave Kreskowiak13-Nov-09 4:19 
AnswerRe: Source code for SQL database Pin
Oakman13-Nov-09 5:45
Oakman13-Nov-09 5:45 
QuestionInterop C++ dll from vb.net Pin
ggoutam712-Nov-09 20:07
ggoutam712-Nov-09 20:07 
AnswerRe: Interop C++ dll from vb.net Pin
Luc Pattyn13-Nov-09 1:11
sitebuilderLuc Pattyn13-Nov-09 1:11 
GeneralRe: Interop C++ dll from vb.net Pin
ggoutam715-Nov-09 21:05
ggoutam715-Nov-09 21:05 
GeneralRe: Interop C++ dll from vb.net Pin
Luc Pattyn16-Nov-09 2:46
sitebuilderLuc Pattyn16-Nov-09 2:46 
GeneralRe: Interop C++ dll from vb.net Pin
ggoutam717-Nov-09 0:04
ggoutam717-Nov-09 0:04 
GeneralRe: Interop C++ dll from vb.net Pin
Luc Pattyn17-Nov-09 1:07
sitebuilderLuc Pattyn17-Nov-09 1:07 
QuestionDelete Empty fields from array ! Pin
jeshra27912-Nov-09 11:46
jeshra27912-Nov-09 11:46 
AnswerRe: Delete Empty fields from array ! Pin
Christian Graus12-Nov-09 13:17
protectorChristian Graus12-Nov-09 13:17 

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.