Click here to Skip to main content
15,915,832 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using C# like remote desktop? Pin
InvalidTypecast25-Sep-07 8:49
InvalidTypecast25-Sep-07 8:49 
QuestionC# relating to SET and GET Pin
Daniel Hood24-Sep-07 9:25
Daniel Hood24-Sep-07 9:25 
AnswerRe: C# relating to SET and GET Pin
pmarfleet24-Sep-07 9:36
pmarfleet24-Sep-07 9:36 
GeneralRe: C# relating to SET and GET Pin
Colin Angus Mackay24-Sep-07 10:40
Colin Angus Mackay24-Sep-07 10:40 
GeneralRe: C# relating to SET and GET Pin
Daniel Hood24-Sep-07 10:48
Daniel Hood24-Sep-07 10:48 
AnswerRe: C# relating to SET and GET Pin
Pete O'Hanlon24-Sep-07 9:36
mvePete O'Hanlon24-Sep-07 9:36 
GeneralRe: C# relating to SET and GET Pin
Daniel Hood24-Sep-07 10:46
Daniel Hood24-Sep-07 10:46 
GeneralRe: C# relating to SET and GET Pin
Pete O'Hanlon24-Sep-07 22:16
mvePete O'Hanlon24-Sep-07 22:16 
QuestionMS Application Block : SQLHelper [modified] Pin
ss.mmm24-Sep-07 9:08
ss.mmm24-Sep-07 9:08 
AnswerRe: MS Application Block : SQLHelper Pin
pmarfleet24-Sep-07 9:22
pmarfleet24-Sep-07 9:22 
QuestionSecuring PDF Files Pin
adnanrafiq24-Sep-07 9:04
adnanrafiq24-Sep-07 9:04 
QuestionCode for Traveling Salesman Problems Pin
laremtj24-Sep-07 8:58
laremtj24-Sep-07 8:58 
AnswerRe: Code for Traveling Salesman Problems Pin
Pete O'Hanlon24-Sep-07 9:06
mvePete O'Hanlon24-Sep-07 9:06 
GeneralRe: Code for Traveling Salesman Problems Pin
Paul Conrad24-Sep-07 13:26
professionalPaul Conrad24-Sep-07 13:26 
AnswerRe: Code for Traveling Salesman Problems Pin
Scott Dorman24-Sep-07 9:11
professionalScott Dorman24-Sep-07 9:11 
AnswerRe: Code for Traveling Salesman Problems Pin
Dan Neely24-Sep-07 9:48
Dan Neely24-Sep-07 9:48 
GeneralRe: Code for Traveling Salesman Problems Pin
Scott Dorman24-Sep-07 9:59
professionalScott Dorman24-Sep-07 9:59 
GeneralRe: Code for Traveling Salesman Problems Pin
Pete O'Hanlon24-Sep-07 10:01
mvePete O'Hanlon24-Sep-07 10:01 
AnswerRe: Code for Traveling Salesman Problems Pin
Paul Conrad24-Sep-07 13:26
professionalPaul Conrad24-Sep-07 13:26 
QuestionMapping CSV files Pin
jebin k24-Sep-07 7:14
jebin k24-Sep-07 7:14 
AnswerRe: Mapping CSV files Pin
martin_hughes24-Sep-07 9:35
martin_hughes24-Sep-07 9:35 
By "in some cases CSV Files have more field and their order is not like the same as table fields" do you mean that the order changes, or simply that more fields are included on the end?

In the case of records having more fields, you could use File Helpers:
http://www.codeproject.com/csharp/filehelpers.asp[^]

and simply program against a full (complete) recordset.

If, on the other hand, you are suggesting that you recieve multiple formats of csv files that do the same thing, you should a) track down and harangue the person who thought this was a good idea b) See if you can rationalise the formats and make everybody use the same format c) if b isn't possible, see how many formats you are dealing with and if each csv file tells you what format it's in in someway d) use file helpers to build multiple import routines to cater for each csv type.


Me: Can you see the "up" arrow?
User:Errr...ummm....no.
Me: Can you see an arrow that points upwards?
User: Oh yes, I see it now!

-Excerpt from a support call taken by me, 08/31/2007

QuestionHow to make windows application like master page? Pin
Shahriat Hossain24-Sep-07 7:06
Shahriat Hossain24-Sep-07 7:06 
AnswerRe: How to make windows application like master page? Pin
Not Active24-Sep-07 7:39
mentorNot Active24-Sep-07 7:39 
AnswerRe: How to make windows application like master page? Pin
Matthew Cuba24-Sep-07 7:42
Matthew Cuba24-Sep-07 7:42 
AnswerRe: How to make windows application like master page? Pin
Pete O'Hanlon24-Sep-07 8:50
mvePete O'Hanlon24-Sep-07 8:50 

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.