Click here to Skip to main content
15,891,372 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionMater / Detail Datagridview Pin
Mr. Candyman7-Nov-07 8:41
Mr. Candyman7-Nov-07 8:41 
AnswerRe: Mater / Detail Datagridview Pin
led mike7-Nov-07 8:46
led mike7-Nov-07 8:46 
GeneralRe: Mater / Detail Datagridview Pin
Mr. Candyman7-Nov-07 9:40
Mr. Candyman7-Nov-07 9:40 
GeneralRe: Mater / Detail Datagridview Pin
led mike7-Nov-07 10:41
led mike7-Nov-07 10:41 
GeneralRe: Mater / Detail Datagridview Pin
Mr. Candyman7-Nov-07 11:28
Mr. Candyman7-Nov-07 11:28 
Questionexpanding label control Pin
abdelhameed817-Nov-07 0:37
abdelhameed817-Nov-07 0:37 
AnswerRe: expanding label control Pin
Christian Graus7-Nov-07 9:43
protectorChristian Graus7-Nov-07 9:43 
QuestionDataGridView and Generics Pin
Ponzano Paolo5-Nov-07 23:44
Ponzano Paolo5-Nov-07 23:44 
Hello to everybody,
I've got a problem with datagridview and generics, here's the piece of code :

<br />
  dataGridView1.ReadOnly = false;<br />
      List<Product> myProds = new List<Product>();<br />
<br />
      myProds.Add(new Product("Prod 1", 1, 1));<br />
      myProds.Add(new Product("Prod 2", 2, 2));<br />
      myProds.Add(new Product("Prod 3", 3, 3));<br />
    <br />
      dataGridView1.DataSource = myProds;<br />
      <br />
      myProds.Add(new Product("Prod 99", 99, 99));<br />


on video I've 3 rows but in the datagrid.datasource I've 4 items.
Where do I do wrong?

Thanks in advance

Paolo Ponzano
AnswerRe: DataGridView and Generics Pin
Christian Graus5-Nov-07 23:53
protectorChristian Graus5-Nov-07 23:53 
GeneralRe: DataGridView and Generics Pin
Ponzano Paolo6-Nov-07 0:29
Ponzano Paolo6-Nov-07 0:29 
GeneralRe: DataGridView and Generics Pin
Pete O'Hanlon6-Nov-07 1:11
mvePete O'Hanlon6-Nov-07 1:11 
GeneralRe: DataGridView and Generics Pin
Ponzano Paolo6-Nov-07 1:13
Ponzano Paolo6-Nov-07 1:13 
GeneralRe: DataGridView and Generics Pin
Ponzano Paolo6-Nov-07 1:34
Ponzano Paolo6-Nov-07 1:34 
QuestionC# Soap and HTTP Pin
AssemblySoft5-Nov-07 6:16
AssemblySoft5-Nov-07 6:16 
Answercross-post Pin
Luc Pattyn5-Nov-07 6:40
sitebuilderLuc Pattyn5-Nov-07 6:40 
JokeRe: cross-post Pin
Paul Conrad6-Nov-07 16:00
professionalPaul Conrad6-Nov-07 16:00 
QuestionList View Pin
Roberto Pereira3-Nov-07 10:38
Roberto Pereira3-Nov-07 10:38 
AnswerRe: List View Pin
Paul Conrad3-Nov-07 12:53
professionalPaul Conrad3-Nov-07 12:53 
GeneralRe: List View Pin
Roberto Pereira5-Nov-07 8:31
Roberto Pereira5-Nov-07 8:31 
GeneralRe: List View Pin
Paul Conrad6-Nov-07 16:00
professionalPaul Conrad6-Nov-07 16:00 
QuestionCombobox in DatagridView Pin
metbinu2003@yahoo.com2-Nov-07 21:36
metbinu2003@yahoo.com2-Nov-07 21:36 
QuestiondataGridview Cell string as an input text Pin
basi00142-Nov-07 4:40
basi00142-Nov-07 4:40 
AnswerRe: dataGridview Cell string as an input text Pin
Giorgi Dalakishvili2-Nov-07 6:54
mentorGiorgi Dalakishvili2-Nov-07 6:54 
GeneralRe: dataGridview Cell string as an input text Pin
basi00145-Nov-07 6:31
basi00145-Nov-07 6:31 
GeneralColorEditor in ComboBox Pin
Brady Kelly2-Nov-07 2:49
Brady Kelly2-Nov-07 2:49 

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.