Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: array table or string table Pin
Nuri Ismail14-Feb-09 8:04
Nuri Ismail14-Feb-09 8:04 
GeneralRe: array table or string table Pin
abbd14-Feb-09 8:39
abbd14-Feb-09 8:39 
GeneralRe: array table or string table Pin
hendrik14-Feb-09 8:53
hendrik14-Feb-09 8:53 
GeneralRe: array table or string table Pin
Nuri Ismail14-Feb-09 8:55
Nuri Ismail14-Feb-09 8:55 
GeneralRe: array table or string table Pin
abbd14-Feb-09 8:59
abbd14-Feb-09 8:59 
AnswerRe: array table or string table Pin
Nuri Ismail14-Feb-09 9:02
Nuri Ismail14-Feb-09 9:02 
GeneralRe: array table or string table Pin
abbd14-Feb-09 9:14
abbd14-Feb-09 9:14 
AnswerRe: array table or string table Pin
Nuri Ismail14-Feb-09 9:21
Nuri Ismail14-Feb-09 9:21 
The type of "ee" must be string, not an Array. Use this:
foreach (string ee in myList) {MessageBox.Show(ee)}

GeneralRe: array table or string table Pin
abbd14-Feb-09 9:23
abbd14-Feb-09 9:23 
GeneralRe: array table or string table Pin
Guffa14-Feb-09 9:24
Guffa14-Feb-09 9:24 
GeneralRe: array table or string table Pin
Nuri Ismail14-Feb-09 9:24
Nuri Ismail14-Feb-09 9:24 
GeneralRe: array table or string table Pin
abbd14-Feb-09 9:42
abbd14-Feb-09 9:42 
GeneralRe: array table or string table Pin
Deresen14-Feb-09 11:18
Deresen14-Feb-09 11:18 
QuestionProblem in reading a byte whose value is 0 Pin
M. J. Jaya Chitra14-Feb-09 4:39
M. J. Jaya Chitra14-Feb-09 4:39 
AnswerRe: Problem in reading a byte whose value is 0 Pin
Guffa14-Feb-09 5:57
Guffa14-Feb-09 5:57 
GeneralRe: Problem in reading a byte whose value is 0 Pin
M. J. Jaya Chitra14-Feb-09 13:53
M. J. Jaya Chitra14-Feb-09 13:53 
Questionproblem regarding update the image Pin
sadia12314-Feb-09 3:18
sadia12314-Feb-09 3:18 
AnswerRe: problem regarding update the image Pin
Deresen14-Feb-09 3:33
Deresen14-Feb-09 3:33 
GeneralRe: problem regarding update the image Pin
sadia12315-Feb-09 1:14
sadia12315-Feb-09 1:14 
GeneralRe: problem regarding update the image Pin
Deresen15-Feb-09 1:49
Deresen15-Feb-09 1:49 
GeneralRe: problem regarding update the image Pin
sadia12318-Feb-09 20:40
sadia12318-Feb-09 20:40 
QuestionMysql problem with inserting a blob Pin
hendrik14-Feb-09 2:29
hendrik14-Feb-09 2:29 
AnswerRe: Mysql problem with inserting a blob Pin
ABitSmart14-Feb-09 4:03
ABitSmart14-Feb-09 4:03 
GeneralRe: Mysql problem with inserting a blob Pin
hendrik14-Feb-09 4:56
hendrik14-Feb-09 4:56 
GeneralRe: Mysql problem with inserting a blob Pin
ABitSmart14-Feb-09 5:10
ABitSmart14-Feb-09 5:10 

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.