Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: datatable size Pin
bobsugar22223-Jan-07 21:16
bobsugar22223-Jan-07 21:16 
Questionhow do i store values temporarily Pin
samuelred23-Jan-07 18:23
samuelred23-Jan-07 18:23 
AnswerRe: how do i store values temporarily Pin
Russell Jones23-Jan-07 22:27
Russell Jones23-Jan-07 22:27 
AnswerRe: how do i store values temporarily Pin
Bhupi Bhai23-Jan-07 22:33
Bhupi Bhai23-Jan-07 22:33 
GeneralRe: how do i store values temporarily Pin
samuelred24-Jan-07 13:21
samuelred24-Jan-07 13:21 
Questioni need help splitting '123456' into ['1','2','3','4','5','6'] Pin
NZSmartie23-Jan-07 17:50
NZSmartie23-Jan-07 17:50 
AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
Christian Graus23-Jan-07 17:59
protectorChristian Graus23-Jan-07 17:59 
AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
gauthee23-Jan-07 21:15
gauthee23-Jan-07 21:15 
if you are building that string dynamically try to add a character like',' in between, so your string should be"1,2,3,4,5".

If your string is this way then we could easily convert it to an array using the split method...

example: string str1="1,2,3,4,5";

then str1.split(',')

....later you can use a for loop and add the elements in the array.....



Gautham

AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
Robert Rohde23-Jan-07 22:24
Robert Rohde23-Jan-07 22:24 
AnswerRe: i need help splitting '123456' into ['1','2','3','4','5','6'] Pin
saravanan_raju24-Jan-07 0:16
saravanan_raju24-Jan-07 0:16 
Question[Message Deleted] Pin
qumar23-Jan-07 17:35
qumar23-Jan-07 17:35 
Answertroll alert Pin
Christian Graus23-Jan-07 17:57
protectorChristian Graus23-Jan-07 17:57 
AnswerRe: help in project Pin
aamironline23-Jan-07 18:05
aamironline23-Jan-07 18:05 
AnswerRe: help in project Pin
Martin#23-Jan-07 21:21
Martin#23-Jan-07 21:21 
AnswerRe: help in project Pin
Russell Jones23-Jan-07 22:32
Russell Jones23-Jan-07 22:32 
AnswerRe: help in project Pin
wasife24-Jan-07 0:26
wasife24-Jan-07 0:26 
QuestionConnect to Oracle Pin
Niiiissssshhhhhuuuuu23-Jan-07 16:39
Niiiissssshhhhhuuuuu23-Jan-07 16:39 
AnswerRe: Connect to Oracle Pin
Christian Graus23-Jan-07 17:25
protectorChristian Graus23-Jan-07 17:25 
GeneralRe: Connect to Oracle Pin
Niiiissssshhhhhuuuuu23-Jan-07 22:29
Niiiissssshhhhhuuuuu23-Jan-07 22:29 
AnswerRe: Connect to Oracle [modified] Pin
M Riaz Bashir23-Jan-07 20:09
M Riaz Bashir23-Jan-07 20:09 
GeneralRe: Connect to Oracle Pin
Niiiissssshhhhhuuuuu23-Jan-07 22:30
Niiiissssshhhhhuuuuu23-Jan-07 22:30 
Questionincluding another program Pin
dsl/fahk23-Jan-07 16:12
dsl/fahk23-Jan-07 16:12 
AnswerRe: including another program Pin
Stephen Hewitt23-Jan-07 16:23
Stephen Hewitt23-Jan-07 16:23 
GeneralRe: including another program Pin
aamironline23-Jan-07 18:49
aamironline23-Jan-07 18:49 
QuestionUpdate() method in TableAdapter Pin
hotnreddyfreddy23-Jan-07 15:33
hotnreddyfreddy23-Jan-07 15:33 

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.