Click here to Skip to main content
16,011,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Windows Service and POP3 authentication Pin
ejojart19-Mar-09 3:16
ejojart19-Mar-09 3:16 
QuestionHow to show current status of the proccess Pin
Matjaz-xyz18-Mar-09 22:46
Matjaz-xyz18-Mar-09 22:46 
AnswerRe: How to show current status of the proccess Pin
musefan18-Mar-09 23:01
musefan18-Mar-09 23:01 
QuestionError while displaying 2 dimentional data in data grid Pin
saksp18-Mar-09 22:35
saksp18-Mar-09 22:35 
AnswerRe: Error while displaying 2 dimentional data in data grid Pin
Vikram A Punathambekar18-Mar-09 22:44
Vikram A Punathambekar18-Mar-09 22:44 
GeneralRe: Error while displaying 2 dimentional data in data grid Pin
saksp18-Mar-09 22:54
saksp18-Mar-09 22:54 
GeneralRe: Error while displaying 2 dimentional data in data grid Pin
musefan18-Mar-09 22:58
musefan18-Mar-09 22:58 
GeneralRe: Error while displaying 2 dimentional data in data grid Pin
Vikram A Punathambekar18-Mar-09 23:34
Vikram A Punathambekar18-Mar-09 23:34 
There you have it!!! Your array is jagged (multidimensional), but the grid expects a single dimensional array.

Create a struct or a class with public properties for the grid's columns. Create an array of this type to represent the rows, and use that array as the data source.

Cheers,
Vıkram.

Carpe Diem.




GeneralRe: Error while displaying 2 dimentional data in data grid Pin
saksp19-Mar-09 0:00
saksp19-Mar-09 0:00 
QuestionWebbrowser module with proxy Pin
Member 441789218-Mar-09 22:03
Member 441789218-Mar-09 22:03 
QuestionTest of reliability of a programme in C# Pin
abbd18-Mar-09 22:02
abbd18-Mar-09 22:02 
AnswerRe: Test of reliability of a programme in C# Pin
Christian Graus18-Mar-09 22:29
protectorChristian Graus18-Mar-09 22:29 
Questionprocess dependancy Pin
shefa' isied18-Mar-09 21:04
shefa' isied18-Mar-09 21:04 
AnswerRe: process dependancy Pin
Christian Graus18-Mar-09 21:34
protectorChristian Graus18-Mar-09 21:34 
GeneralRe: process dependancy Pin
shefa' isied18-Mar-09 21:42
shefa' isied18-Mar-09 21:42 
GeneralRe: process dependancy Pin
Tom Deketelaere19-Mar-09 0:11
professionalTom Deketelaere19-Mar-09 0:11 
Questioncascading drop down Pin
sonyrehal18-Mar-09 19:05
sonyrehal18-Mar-09 19:05 
AnswerRe: cascading drop down Pin
jaypatel51218-Mar-09 19:10
jaypatel51218-Mar-09 19:10 
AnswerRe: cascading drop down Pin
dan!sh 18-Mar-09 19:35
professional dan!sh 18-Mar-09 19:35 
QuestionNew to threading... Pin
Jacob Dixon18-Mar-09 18:40
Jacob Dixon18-Mar-09 18:40 
AnswerRe: New to threading... [modified] Pin
dan!sh 18-Mar-09 19:06
professional dan!sh 18-Mar-09 19:06 
QuestionHow to handle a User Control Event ? Pin
Pankaj Nikam18-Mar-09 18:32
professionalPankaj Nikam18-Mar-09 18:32 
AnswerRe: How to handle a User Control Event ? Pin
Member 56545118-Mar-09 20:49
Member 56545118-Mar-09 20:49 
GeneralRe: How to handle a User Control Event ? Pin
Pankaj Nikam18-Mar-09 21:21
professionalPankaj Nikam18-Mar-09 21:21 
AnswerRe: How to handle a User Control Event ? Pin
dan!sh 18-Mar-09 21:45
professional dan!sh 18-Mar-09 21:45 

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.