Click here to Skip to main content
15,889,216 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionA code in VB.NET. Pin
hansoctantan8-Feb-12 22:40
professionalhansoctantan8-Feb-12 22:40 
AnswerRe: A code in VB.NET. Pin
JR2129-Feb-12 1:40
JR2129-Feb-12 1:40 
AnswerRe: A code in VB.NET. Pin
Simon_Whale9-Feb-12 1:59
Simon_Whale9-Feb-12 1:59 
AnswerRe: A code in VB.NET. Pin
Dave Kreskowiak9-Feb-12 2:10
mveDave Kreskowiak9-Feb-12 2:10 
GeneralRe: A code in VB.NET. Pin
hansoctantan9-Feb-12 3:28
professionalhansoctantan9-Feb-12 3:28 
AnswerRe: A code in VB.NET. Pin
Bernhard Hiller9-Feb-12 22:02
Bernhard Hiller9-Feb-12 22:02 
GeneralRe: A code in VB.NET. Pin
Simon_Whale9-Feb-12 22:53
Simon_Whale9-Feb-12 22:53 
QuestionDatagridview not showing my list(of object) Pin
Sonhospa8-Feb-12 8:22
Sonhospa8-Feb-12 8:22 
Hi everybody,

I want to populate a datagridview with a generic list(of object), and from different sources I have 2 ways to do so, either
dataGridView1.DataSource = list
or (after binding the datagridview to a bindingsource)
Bindingsource1.Datasource = list
Unfortunately both ways won't work for me, and I wonder why. Either way I tried, I refreshed the datagridview afterwards and also controlled that the list was definitely populated.

Does anyone have an idea what might be wrong in my approach?

Thank you
Mick
AnswerRe: Datagridview not showing my list(of object) Pin
Luc Pattyn8-Feb-12 9:30
sitebuilderLuc Pattyn8-Feb-12 9:30 
General(Resolved): Datagridview not showing my list(of object) Pin
Sonhospa10-Feb-12 0:36
Sonhospa10-Feb-12 0:36 
AnswerRe: (Resolved): Datagridview not showing my list(of object) Pin
Luc Pattyn10-Feb-12 1:01
sitebuilderLuc Pattyn10-Feb-12 1:01 
AnswerRe: Datagridview not showing my list(of object) Pin
Simon_Whale9-Feb-12 22:58
Simon_Whale9-Feb-12 22:58 
AnswerRe: Datagridview not showing my list(of object) Pin
Luc Pattyn9-Feb-12 23:38
sitebuilderLuc Pattyn9-Feb-12 23:38 
GeneralRe: Datagridview not showing my list(of object) Pin
Simon_Whale9-Feb-12 23:44
Simon_Whale9-Feb-12 23:44 
General(Resolved): Datagridview not showing my list(of object) Pin
Sonhospa10-Feb-12 0:40
Sonhospa10-Feb-12 0:40 
GeneralRe: (Resolved): Datagridview not showing my list(of object) Pin
Simon_Whale10-Feb-12 1:07
Simon_Whale10-Feb-12 1:07 
QuestionDiamond Looping Pin
Framework .l.7-Feb-12 14:51
Framework .l.7-Feb-12 14:51 
AnswerRe: Diamond Looping Pin
Johan Hakkesteegt7-Feb-12 21:18
Johan Hakkesteegt7-Feb-12 21:18 
AnswerRe: Diamond Looping Pin
Simon_Whale8-Feb-12 0:46
Simon_Whale8-Feb-12 0:46 
AnswerRe: Diamond Looping Pin
hansoctantan9-Feb-12 3:55
professionalhansoctantan9-Feb-12 3:55 
GeneralRe: Diamond Looping Pin
Framework .l.9-Feb-12 14:14
Framework .l.9-Feb-12 14:14 
Questionaccess uniquetable Pin
C#Coudou6-Feb-12 18:31
C#Coudou6-Feb-12 18:31 
AnswerRe: access uniquetable Pin
Abhinav S6-Feb-12 19:12
Abhinav S6-Feb-12 19:12 
GeneralRe: access uniquetable Pin
C#Coudou6-Feb-12 20:40
C#Coudou6-Feb-12 20:40 
GeneralRe: access uniquetable Pin
Abhinav S6-Feb-12 21:34
Abhinav S6-Feb-12 21: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.