Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
Questiondelegates Pin
Sonia Gupta12-Nov-07 21:04
Sonia Gupta12-Nov-07 21:04 
AnswerRe: delegates Pin
Christian Graus12-Nov-07 21:06
protectorChristian Graus12-Nov-07 21:06 
AnswerRe: delegates Pin
J4amieC12-Nov-07 22:33
J4amieC12-Nov-07 22:33 
GeneralRe: delegates Pin
Christian Graus12-Nov-07 23:38
protectorChristian Graus12-Nov-07 23:38 
GeneralRe: delegates Pin
mav.northwind13-Nov-07 1:21
mav.northwind13-Nov-07 1:21 
GeneralRe: delegates Pin
Guffa13-Nov-07 1:26
Guffa13-Nov-07 1:26 
JokeRe: delegates Pin
Guffa13-Nov-07 2:59
Guffa13-Nov-07 2:59 
QuestionCan i make arraylist array? Pin
knodark12-Nov-07 21:00
knodark12-Nov-07 21:00 
before my environment vs2005 C#.net and make web project now.

while i was mad my code, i need to take some arraylist array.

for example...

defind arraylist array under the partial class
------------------------------------------------

public ArrayList[,] arFood = new ArrayList[4, 2];


and i use my button click event
------------------------------------------------

arFood[iMeal, 0].Add(CommonLib.IsNullString(myListItem.Value));


but while i was compiled source printed out error message.

"System.NullReferenceException" ..

so i was debug trace but myListItem.Value was not empty ..

so my opinion, that's not initialize arraylist array.

how can i initalize my arraylist array? or it's wrong code ?

thanks for read my question...







.. knodark

AnswerRe: Can i make arraylist array? Pin
Christian Graus12-Nov-07 21:05
protectorChristian Graus12-Nov-07 21:05 
GeneralRe: Can i make arraylist array? [modified] Pin
knodark12-Nov-07 21:18
knodark12-Nov-07 21:18 
GeneralRe: Can i make arraylist array? Pin
Martin#12-Nov-07 21:21
Martin#12-Nov-07 21:21 
QuestionIcomparer Pin
AmitG7712-Nov-07 20:51
AmitG7712-Nov-07 20:51 
AnswerRe: Icomparer Pin
Guffa12-Nov-07 21:15
Guffa12-Nov-07 21:15 
GeneralRe: Icomparer Pin
AmitG7712-Nov-07 23:10
AmitG7712-Nov-07 23:10 
AnswerRe: Icomparer Pin
Guffa13-Nov-07 12:48
Guffa13-Nov-07 12:48 
Questionjava script in windows application Pin
praveenkumar palla12-Nov-07 20:43
praveenkumar palla12-Nov-07 20:43 
AnswerRe: java script in windows application Pin
Pankaj - Joshi12-Nov-07 20:47
Pankaj - Joshi12-Nov-07 20:47 
QuestionRe: java script in windows application Pin
praveenkumar palla12-Nov-07 23:06
praveenkumar palla12-Nov-07 23:06 
AnswerRe: java script in windows application Pin
Pankaj - Joshi13-Nov-07 0:20
Pankaj - Joshi13-Nov-07 0:20 
AnswerRe: java script in windows application Pin
Pankaj - Joshi13-Nov-07 0:27
Pankaj - Joshi13-Nov-07 0:27 
QuestionGetting messages from application Pin
phracek12-Nov-07 20:38
phracek12-Nov-07 20:38 
AnswerRe: Getting messages from application Pin
phracek13-Nov-07 21:23
phracek13-Nov-07 21:23 
Questionscreenshot using windows service Pin
justintimberlake12-Nov-07 18:36
justintimberlake12-Nov-07 18:36 
AnswerRe: screenshot using windows service Pin
Rajasekharan Vengalil12-Nov-07 19:30
Rajasekharan Vengalil12-Nov-07 19:30 
GeneralRe: screenshot using windows service Pin
justintimberlake12-Nov-07 21:39
justintimberlake12-Nov-07 21:39 

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.