Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Windows Service and POP3 authentication Pin
ejojart18-Mar-09 23:57
ejojart18-Mar-09 23:57 
GeneralRe: C# Windows Service and POP3 authentication Pin
Rob Philpott19-Mar-09 0:05
Rob Philpott19-Mar-09 0:05 
GeneralRe: C# Windows Service and POP3 authentication Pin
Mirko198019-Mar-09 1:24
Mirko198019-Mar-09 1:24 
GeneralRe: C# Windows Service and POP3 authentication Pin
Rob Philpott19-Mar-09 1:28
Rob Philpott19-Mar-09 1:28 
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 
I am getting error when I do following.

string[,] myArray = new string[2,2];
myArray[0,0] = "elad";
myArray[0,1] = "3";

myArray[1,0] = "david";
myArray[1,1] = "5";


grd.DataSource = myArray;
grd.DataBind();

thanks

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 
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 

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.