Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: c# Pin
Pete O'Hanlon14-Jan-09 1:28
mvePete O'Hanlon14-Jan-09 1:28 
AnswerRe: c# Pin
Christian Graus14-Jan-09 2:28
protectorChristian Graus14-Jan-09 2:28 
AnswerRe: c# Pin
musefan14-Jan-09 2:54
musefan14-Jan-09 2:54 
AnswerRe: c# Pin
leckey14-Jan-09 3:21
leckey14-Jan-09 3:21 
QuestionWindows service suggestions Pin
mpavas14-Jan-09 0:00
mpavas14-Jan-09 0:00 
QuestionNeed advise about desktop application Pin
Haim Nachum13-Jan-09 22:28
Haim Nachum13-Jan-09 22:28 
AnswerRe: Need advise about desktop application Pin
SeMartens13-Jan-09 23:14
SeMartens13-Jan-09 23:14 
QuestionLink ArrayList to datagridview and display spesific data Pin
Ronenb13-Jan-09 20:51
Ronenb13-Jan-09 20:51 
Hi I would like to link ArrayList as datasource to datagridview

I’ve defined the
ArrayList arrList;
arrList = new ArrayList();
//Add data to list
arrList.Add(node_1);
...
arrList.Add(node_n);

dataGridView1.DataSource = arrList;
Adding the link is OK, the problem is that I see all the members of nodes in datagridview and I wish to see only specific members in the grid.
I try to manually add columns to grid and it didn’t help, I see all members of node in datagridview

Please advice
Thanks
Ronen
AnswerRe: Link ArrayList to datagridview and display spesific data Pin
musefan13-Jan-09 23:54
musefan13-Jan-09 23:54 
AnswerRe: Link ArrayList to datagridview and display spesific data Pin
Reza Raad14-Jan-09 0:41
Reza Raad14-Jan-09 0:41 
AnswerRe: Link ArrayList to datagridview and display spesific data Pin
Henry Minute14-Jan-09 2:16
Henry Minute14-Jan-09 2:16 
Questionxml carriage return Pin
arkiboys13-Jan-09 20:50
arkiboys13-Jan-09 20:50 
AnswerRe: xml carriage return Pin
Eddy Vluggen13-Jan-09 21:07
professionalEddy Vluggen13-Jan-09 21:07 
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 21:24
arkiboys13-Jan-09 21:24 
GeneralRe: xml carriage return Pin
Eddy Vluggen13-Jan-09 21:30
professionalEddy Vluggen13-Jan-09 21:30 
AnswerRe: xml carriage return Pin
J4amieC13-Jan-09 22:25
J4amieC13-Jan-09 22:25 
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 22:35
arkiboys13-Jan-09 22:35 
GeneralRe: xml carriage return Pin
J4amieC13-Jan-09 22:53
J4amieC13-Jan-09 22:53 
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 23:04
arkiboys13-Jan-09 23:04 
GeneralRe: xml carriage return Pin
J4amieC13-Jan-09 23:37
J4amieC13-Jan-09 23:37 
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 23:41
arkiboys13-Jan-09 23:41 
QuestionHow can I get selected value from crystal report Pin
Ali 11013-Jan-09 19:59
Ali 11013-Jan-09 19:59 
QuestionAdd Icon / JPG into Cell [DataGridView] Pin
M Riaz Bashir13-Jan-09 19:59
M Riaz Bashir13-Jan-09 19:59 
AnswerRe: Add Icon / JPG into Cell [DataGridView] Pin
dan!sh 13-Jan-09 21:13
professional dan!sh 13-Jan-09 21:13 
QuestionRemoting: Problem unregistering channel - System.Net.Sockets.SocketException : Only one usage of each socket address (protocol/network address/port) is normally permitted Pin
devvvy13-Jan-09 18:55
devvvy13-Jan-09 18:55 

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.