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

C#

 
GeneralRe: Invoke function into mail body in an email Pin
Skippums31-Dec-07 8:09
Skippums31-Dec-07 8:09 
GeneralRe: Invoke function into mail body in an email Pin
zafax_31-Dec-07 8:14
zafax_31-Dec-07 8:14 
QuestionTransferring arrays from C++ library to C# application Pin
Yooval29-Dec-07 22:28
Yooval29-Dec-07 22:28 
GeneralRe: Transferring arrays from C++ library to C# application Pin
ashukasama31-Dec-07 4:56
ashukasama31-Dec-07 4:56 
Generalinserting image to database sqlserver Pin
yemen_programmer29-Dec-07 19:44
yemen_programmer29-Dec-07 19:44 
GeneralRe: inserting image to database sqlserver Pin
Michael Sync29-Dec-07 22:19
Michael Sync29-Dec-07 22:19 
GeneralArray of objects Pin
eric_tran29-Dec-07 19:27
eric_tran29-Dec-07 19:27 
GeneralRe: Array of objects Pin
Michael Sync29-Dec-07 22:24
Michael Sync29-Dec-07 22:24 
First thing you need to do is that you have to ensure whether readFile() method can parse the value from text file to the employee object.

Once you are sure about readFile(), you can just loop through the array and compare the ID..


eric_tran wrote:
Employee[] employeeList = new Employee[100];
employeeList = new Employee[100];


No need to instantiate the array twice. btw.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Array of objects [modified] Pin
eric_tran30-Dec-07 0:07
eric_tran30-Dec-07 0:07 
GeneralRe: Array of objects Pin
Michael Sync30-Dec-07 5:33
Michael Sync30-Dec-07 5:33 
Generalproblem usinf usercontrol object in HTML page Pin
samy10029-Dec-07 14:32
samy10029-Dec-07 14:32 
GeneralRe: problem usinf usercontrol object in HTML page Pin
Michael Sync29-Dec-07 22:27
Michael Sync29-Dec-07 22:27 
AnswerRe: problem usinf usercontrol object in HTML page Pin
dipak.dipak30-Dec-07 2:19
dipak.dipak30-Dec-07 2:19 
GeneralRe: problem usinf usercontrol object in HTML page Pin
samy10030-Dec-07 11:39
samy10030-Dec-07 11:39 
GeneralBinding to a property Pin
peterchen29-Dec-07 14:30
peterchen29-Dec-07 14:30 
GeneralMySql & C# Question ... pulling data Pin
shadowhazard29-Dec-07 9:59
shadowhazard29-Dec-07 9:59 
GeneralRe: MySql & C# Question ... pulling data [modified] Pin
shadowhazard29-Dec-07 11:27
shadowhazard29-Dec-07 11:27 
GeneralRe: MySql & C# Question ... pulling data Pin
Justin Perez29-Dec-07 14:00
Justin Perez29-Dec-07 14:00 
GeneralRe: MySql & C# Question ... pulling data Pin
shadowhazard29-Dec-07 17:16
shadowhazard29-Dec-07 17:16 
GeneralRe: MySql & C# Question ... pulling data Pin
Mark Churchill30-Dec-07 15:59
Mark Churchill30-Dec-07 15:59 
GeneralRe: MySql & C# Question ... pulling data Pin
shadowhazard30-Dec-07 17:30
shadowhazard30-Dec-07 17:30 
QuestionAny query about northwind? Pin
omegazafer29-Dec-07 9:44
omegazafer29-Dec-07 9:44 
AnswerRe: Any query about northwind? Pin
Paul Conrad30-Dec-07 6:44
professionalPaul Conrad30-Dec-07 6:44 
GeneralRe: Any query about northwind? Pin
omegazafer30-Dec-07 10:09
omegazafer30-Dec-07 10:09 
GeneralRe: Any query about northwind? Pin
Paul Conrad30-Dec-07 10:30
professionalPaul Conrad30-Dec-07 10:30 

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.