Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
GeneralRe: concateing strings in c# Pin
Guffa6-Feb-09 11:17
Guffa6-Feb-09 11:17 
GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 13:10
lawrenceinba6-Feb-09 13:10 
GeneralRe: concateing strings in c# Pin
lawrenceinba6-Feb-09 9:27
lawrenceinba6-Feb-09 9:27 
QuestionDataAdapter is containing null value Pin
ashish1nov20086-Feb-09 1:08
ashish1nov20086-Feb-09 1:08 
Questionproblem with true type font Pin
prasadbuddhika6-Feb-09 0:53
prasadbuddhika6-Feb-09 0:53 
Questiondata extraction from .mpp file, MS Project not installed. Pin
ajay265816-Feb-09 0:27
ajay265816-Feb-09 0:27 
QuestionSplit CSV Pin
Burim Rama6-Feb-09 0:27
Burim Rama6-Feb-09 0:27 
AnswerRe: Split CSV Pin
musefan6-Feb-09 0:34
musefan6-Feb-09 0:34 
string[] columns = inputLine.Split(',');//',' for .csv, '\t' if tab delimeters etc.


then you just reference the index of the columns you want e.g.

string ManArticleNo = columns[0];//or whatever index


then you do the database update stuff

My opinion is... If someone has already posted an answer, dont post the SAME answer

GeneralRe: Split CSV Pin
Burim Rama6-Feb-09 0:36
Burim Rama6-Feb-09 0:36 
QuestionC# Excel RTD server Pin
hirenkshah5-Feb-09 23:57
hirenkshah5-Feb-09 23:57 
AnswerRe: C# Excel RTD server Pin
Rob Philpott6-Feb-09 0:18
Rob Philpott6-Feb-09 0:18 
QuestionData grid combo box items in windows application Pin
pavanip5-Feb-09 23:35
pavanip5-Feb-09 23:35 
Questiontab key in a textbox Pin
felixdisc5-Feb-09 23:15
felixdisc5-Feb-09 23:15 
AnswerRe: tab key in a textbox Pin
OkkiePepernoot5-Feb-09 23:25
OkkiePepernoot5-Feb-09 23:25 
GeneralRe: tab key in a textbox Pin
felixdisc5-Feb-09 23:30
felixdisc5-Feb-09 23:30 
Questionwindows service created in 2005 .net is not running in vista Pin
arun_pk5-Feb-09 23:00
arun_pk5-Feb-09 23:00 
AnswerRe: windows service created in 2005 .net is not running in vista Pin
musefan6-Feb-09 0:31
musefan6-Feb-09 0:31 
GeneralRe: windows service created in 2005 .net is not running in vista Pin
arun_pk6-Feb-09 0:34
arun_pk6-Feb-09 0:34 
GeneralRe: windows service created in 2005 .net is not running in vista Pin
musefan6-Feb-09 0:37
musefan6-Feb-09 0:37 
QuestionLock ComboBox Pin
VB 8.05-Feb-09 22:30
VB 8.05-Feb-09 22:30 
AnswerRe: Lock ComboBox Pin
Christian Graus5-Feb-09 22:46
protectorChristian Graus5-Feb-09 22:46 
GeneralRe: Lock ComboBox Pin
VB 8.06-Feb-09 0:10
VB 8.06-Feb-09 0:10 
GeneralRe: Lock ComboBox Pin
musefan6-Feb-09 0:15
musefan6-Feb-09 0:15 
AnswerRe: Lock ComboBox Pin
Henry Minute6-Feb-09 2:28
Henry Minute6-Feb-09 2:28 
RantRe: Lock ComboBox Pin
MatthysDT7-Apr-10 5:11
MatthysDT7-Apr-10 5:11 

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.