Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
QuestionSerialization issues with .NET Remoting Pin
mmfranke17-Apr-07 4:16
mmfranke17-Apr-07 4:16 
AnswerRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 4:52
mvePete O'Hanlon17-Apr-07 4:52 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 5:12
mmfranke17-Apr-07 5:12 
GeneralRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 5:20
mvePete O'Hanlon17-Apr-07 5:20 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 5:50
mmfranke17-Apr-07 5:50 
GeneralRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 9:52
mvePete O'Hanlon17-Apr-07 9:52 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 9:55
mmfranke17-Apr-07 9:55 
QuestionC# Dynamically Named Array (Or arraylists) Pin
bugg_tb17-Apr-07 3:59
bugg_tb17-Apr-07 3:59 
Hi Guys is it possible to do something along the lines of
<br />
for (i=0; i < (namearray.length); i++) { string[] namearray[i] }<br />


I'm wanting to create a number of arrays dynamically depending on how many variables get loaded into my namearray, I would also like the arrays to be called whatever the variable in the array is called.

so for example:
<br />
namearray[1] = Tom namearray[2] = Dick namearray[3] = harry<br />


I would like my arrays then to be called

Tom, Dick and Harry

The namearray variables are loaded from a csv and are therefore dynamic, so thats what the for loops is for and the variables are taken from CSV headers and to make my coding a lot easier I'd like them to be called the same as the CSV headers in the file.

Hope this makes some sense

Anyhelp appreciated,

cheers

Tom
AnswerRe: C# Dynamically Named Array (Or arraylists) Pin
Martin#17-Apr-07 4:39
Martin#17-Apr-07 4:39 
GeneralRe: C# Dynamically Named Array (Or arraylists) Pin
bugg_tb17-Apr-07 5:28
bugg_tb17-Apr-07 5:28 
GeneralRe: C# Dynamically Named Array (Or arraylists) Pin
Martin#17-Apr-07 5:32
Martin#17-Apr-07 5:32 
AnswerRe: C# Dynamically Named Array (Or arraylists) Pin
Vikram A Punathambekar17-Apr-07 4:47
Vikram A Punathambekar17-Apr-07 4:47 
QuestionUserControl and List Pin
Monty217-Apr-07 3:47
Monty217-Apr-07 3:47 
AnswerRe: UserControl and List Pin
sujithkumarsl17-Apr-07 20:06
sujithkumarsl17-Apr-07 20:06 
GeneralRe: UserControl and List Pin
Monty217-Apr-07 20:19
Monty217-Apr-07 20:19 
AnswerSolution for those who cares Pin
Monty217-Apr-07 23:18
Monty217-Apr-07 23:18 
Questionclick once Deployment help needed Pin
pashitech17-Apr-07 3:42
pashitech17-Apr-07 3:42 
QuestionDevExpress .NET controls [modified] Pin
Jerry Evans17-Apr-07 3:26
Jerry Evans17-Apr-07 3:26 
QuestionGeneric Attributes Pin
Jolly_Coder17-Apr-07 3:09
Jolly_Coder17-Apr-07 3:09 
AnswerRe: Generic Attributes Pin
Pete O'Hanlon17-Apr-07 3:39
mvePete O'Hanlon17-Apr-07 3:39 
Questionstretching FONT on form control Pin
Priya090217-Apr-07 2:54
Priya090217-Apr-07 2:54 
QuestionProblem with update of a listview Pin
henur17-Apr-07 2:51
henur17-Apr-07 2:51 
AnswerRe: Problem with update of a listview Pin
Vikram A Punathambekar17-Apr-07 4:51
Vikram A Punathambekar17-Apr-07 4:51 
GeneralRe: Problem with update of a listview Pin
henur17-Apr-07 8:40
henur17-Apr-07 8:40 
QuestionHow to get the System clock change? Pin
Vadim G.17-Apr-07 2:35
Vadim G.17-Apr-07 2:35 

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.