Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralRe: datagridview doesn´t show the datasource Pin
V.7-Apr-14 1:19
professionalV.7-Apr-14 1:19 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma7-Apr-14 0:24
tom_ma7-Apr-14 0:24 
AnswerRe: datagridview doesn´t show the datasource Pin
OriginalGriff6-Apr-14 22:27
mveOriginalGriff6-Apr-14 22:27 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma6-Apr-14 22:38
tom_ma6-Apr-14 22:38 
GeneralRe: datagridview doesn´t show the datasource Pin
OriginalGriff6-Apr-14 23:00
mveOriginalGriff6-Apr-14 23:00 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma6-Apr-14 23:08
tom_ma6-Apr-14 23:08 
GeneralRe: datagridview doesn´t show the datasource Pin
OriginalGriff6-Apr-14 23:24
mveOriginalGriff6-Apr-14 23:24 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma7-Apr-14 0:14
tom_ma7-Apr-14 0:14 
C#
public void seedatagrid(List<myClass> liste2)
{
    dgv_TraceItems.DataSource =liste2;
}


this funtcion is called in Form1.cs and goes to table layout panel where is the datagridview.

i get any rows and any column headers.

thank you for helping Smile | :)
GeneralRe: datagridview doesn´t show the datasource Pin
OriginalGriff7-Apr-14 0:25
mveOriginalGriff7-Apr-14 0:25 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma7-Apr-14 1:38
tom_ma7-Apr-14 1:38 
GeneralRe: datagridview doesn´t show the datasource Pin
OriginalGriff7-Apr-14 1:43
mveOriginalGriff7-Apr-14 1:43 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma7-Apr-14 1:55
tom_ma7-Apr-14 1:55 
GeneralRe: datagridview doesn´t show the datasource Pin
OriginalGriff7-Apr-14 2:19
mveOriginalGriff7-Apr-14 2:19 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma7-Apr-14 4:04
tom_ma7-Apr-14 4:04 
GeneralRe: datagridview doesn´t show the datasource Pin
OriginalGriff7-Apr-14 4:42
mveOriginalGriff7-Apr-14 4:42 
GeneralRe: datagridview doesn´t show the datasource Pin
tom_ma7-Apr-14 20:32
tom_ma7-Apr-14 20:32 
GeneralRe: datagridview doesn´t show the datasource Pin
OriginalGriff7-Apr-14 21:01
mveOriginalGriff7-Apr-14 21:01 
Questionbutton not disabled Pin
Member 107293186-Apr-14 19:27
Member 107293186-Apr-14 19:27 
AnswerRe: button not disabled Pin
Pete O'Hanlon6-Apr-14 19:53
mvePete O'Hanlon6-Apr-14 19:53 
GeneralRe: button not disabled Pin
Jay Nardev13-Apr-14 7:50
Jay Nardev13-Apr-14 7:50 
GeneralRe: button not disabled Pin
Pete O'Hanlon13-Apr-14 7:57
mvePete O'Hanlon13-Apr-14 7:57 
Questionhow to add all ip address of client to listview when client connected server Pin
Member 107057406-Apr-14 18:15
Member 107057406-Apr-14 18:15 
AnswerRe: how to add all ip address of client to listview when client connected server Pin
Richard MacCutchan6-Apr-14 21:24
mveRichard MacCutchan6-Apr-14 21:24 
QuestionDoes anyone knows how to extract .pkg file in C# .Net 3.5 ? Pin
Thant Thi6-Apr-14 17:34
professionalThant Thi6-Apr-14 17:34 
AnswerRe: Does anyone knows how to extract .pkg file in C# .Net 3.5 ? Pin
Mycroft Holmes6-Apr-14 19:15
professionalMycroft Holmes6-Apr-14 19:15 

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.