Click here to Skip to main content
15,791,891 members
Home / Discussions / C#
   

C#

 
AnswerRe: Going back to the calling object Pin
Xmen Real 26-Feb-09 0:05
professional Xmen Real 26-Feb-09 0:05 
AnswerRe: Going back to the calling object Pin
Shyam K Pananghat26-Feb-09 0:06
Shyam K Pananghat26-Feb-09 0:06 
AnswerRe: Going back to the calling object Pin
DaveyM6926-Feb-09 0:42
professionalDaveyM6926-Feb-09 0:42 
QuestionTimezone Pin
yesu prakash25-Feb-09 23:54
yesu prakash25-Feb-09 23:54 
AnswerRe: Timezone Pin
ABitSmart26-Feb-09 0:32
ABitSmart26-Feb-09 0:32 
QuestionHow to split a DataTable Pin
Member 455443325-Feb-09 23:41
Member 455443325-Feb-09 23:41 
AnswerRe: Split data from database Pin
Xmen Real 26-Feb-09 0:08
professional Xmen Real 26-Feb-09 0:08 
GeneralHow to split a DataTable Pin
Member 455443326-Feb-09 0:20
Member 455443326-Feb-09 0:20 
Hi all,


I need to split a SELECT QUERY fom a database (which i put in a DataTable) from this:

DataTable1
0
1
2
3
4
5
6
7
8
9
10
0
1
2
3
4
5
6
7
8
9
10
0
1
2
3
0
1
2
0
1

To this:

DataTable1
0
1
2
3
4
5
6
7
8
9
10

DataTable2
0
1
2
3
4
5
6
7
8
9
10

DataTable3
0
1
2
3

DataTable4
0
1
2

DataTable5
0
1

How can i do that?? Big Grin | :-D

modified on Friday, February 27, 2009 1:41 AM

GeneralRe: Split data from database Pin
Xmen Real 26-Feb-09 0:27
professional Xmen Real 26-Feb-09 0:27 
QuestionKeyBoard event when form is not active? Pin
Frozzeg25-Feb-09 23:39
Frozzeg25-Feb-09 23:39 
AnswerRe: KeyBoard event when form is not active? Pin
Shyam K Pananghat25-Feb-09 23:48
Shyam K Pananghat25-Feb-09 23:48 
Answer[Message Deleted] [modified] Pin
sanforjackass26-Feb-09 0:08
sanforjackass26-Feb-09 0:08 
GeneralRe: KeyBoard event when form is not active? Pin
Xmen Real 26-Feb-09 0:10
professional Xmen Real 26-Feb-09 0:10 
AnswerRe: KeyBoard event when form is not active? Pin
Muammar©26-Feb-09 2:39
Muammar©26-Feb-09 2:39 
Questiongraphs in c# Pin
lost_in_code25-Feb-09 23:27
lost_in_code25-Feb-09 23:27 
AnswerRe: graphs in c# Pin
Member 455443325-Feb-09 23:37
Member 455443325-Feb-09 23:37 
Questioncalling a class in main method Pin
aratireddy25-Feb-09 23:08
aratireddy25-Feb-09 23:08 
AnswerRe: calling a class in main method Pin
Cracked-Down25-Feb-09 23:14
Cracked-Down25-Feb-09 23:14 
QuestionEye tracing algorithm Pin
sanforjackass25-Feb-09 22:28
sanforjackass25-Feb-09 22:28 
AnswerRe: Eye tracing algorithm Pin
CPallini25-Feb-09 23:07
mveCPallini25-Feb-09 23:07 
QuestionRe: Eye tracing algorithm Pin
sanforjackass26-Feb-09 23:57
sanforjackass26-Feb-09 23:57 
Questionprocess dieng Pin
shefa' isied25-Feb-09 21:42
shefa' isied25-Feb-09 21:42 
AnswerRe: process dieng Pin
Eddy Vluggen25-Feb-09 22:03
professionalEddy Vluggen25-Feb-09 22:03 
GeneralRe: process dieng Pin
Shyam K Pananghat25-Feb-09 23:39
Shyam K Pananghat25-Feb-09 23:39 
GeneralRe: process dieng Pin
shefa' isied26-Feb-09 0:58
shefa' isied26-Feb-09 0:58 

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.