Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ports.SerialPort freezes Pin
sjembek30-Aug-06 5:20
sjembek30-Aug-06 5:20 
GeneralRe: Ports.SerialPort freezes Pin
Dave Kreskowiak30-Aug-06 5:51
mveDave Kreskowiak30-Aug-06 5:51 
QuestionSearch Pattern Pin
Sabry190530-Aug-06 4:38
Sabry190530-Aug-06 4:38 
AnswerRe: Search Pattern Pin
mikone30-Aug-06 4:52
mikone30-Aug-06 4:52 
GeneralRe: Search Pattern Pin
Dave Kreskowiak30-Aug-06 5:49
mveDave Kreskowiak30-Aug-06 5:49 
AnswerRe: Search Pattern Pin
Judah Gabriel Himango30-Aug-06 5:12
sponsorJudah Gabriel Himango30-Aug-06 5:12 
AnswerRe: Search Pattern Pin
Judah Gabriel Himango30-Aug-06 7:02
sponsorJudah Gabriel Himango30-Aug-06 7:02 
GeneralRe: Search Pattern Pin
Sabry190530-Aug-06 7:44
Sabry190530-Aug-06 7:44 
QuestionSQL problem Pin
printscreen1234530-Aug-06 4:25
printscreen1234530-Aug-06 4:25 
AnswerRe: SQL problem Pin
Not Active30-Aug-06 4:39
mentorNot Active30-Aug-06 4:39 
GeneralRe: SQL problem Pin
mikone30-Aug-06 4:44
mikone30-Aug-06 4:44 
AnswerRe: SQL problem Pin
gus_br30-Aug-06 6:35
gus_br30-Aug-06 6:35 
QuestionAdding a row from one table to another Pin
kalyanPaladugu30-Aug-06 4:13
kalyanPaladugu30-Aug-06 4:13 
I was doing this

dt.Rows.Add(ds.Tables[0].Rows[1]);

Where dt is one table and ds.Tables[0] is another table. Now the
above statement throws up an error stating that "the row already
belongs to one table"

if i define an ArrayList
ArrayList al = new ArrayList()

and do
al.Add(ds.Tables[0].Rows[1])

this one works. Does any one know why the first one doesn't work
Probably the round about way is creating a new datarow and getting
the values from the ds.Tables[0] for that row and rebuilding the new row
for the dt table. But dont you guys think it make sense to directly copy the whole row from one datatable to another.

How do i do it.

Thanks
kal

AnswerRe: Adding a row from one table to another Pin
mikone30-Aug-06 4:37
mikone30-Aug-06 4:37 
QuestionProblem with timer event fireing Pin
Tom Wright30-Aug-06 4:01
Tom Wright30-Aug-06 4:01 
AnswerRe: Problem with timer event fireing Pin
mikone30-Aug-06 4:18
mikone30-Aug-06 4:18 
GeneralRe: Problem with timer event fireing Pin
Tom Wright30-Aug-06 4:24
Tom Wright30-Aug-06 4:24 
GeneralRe: Problem with timer event fireing Pin
Tom Wright30-Aug-06 4:26
Tom Wright30-Aug-06 4:26 
GeneralRe: Problem with timer event fireing Pin
mikone30-Aug-06 4:42
mikone30-Aug-06 4:42 
AnswerRe: Problem with timer event fireing Pin
sjembek30-Aug-06 5:06
sjembek30-Aug-06 5:06 
GeneralRe: Problem with timer event fireing Pin
Tom Wright30-Aug-06 5:20
Tom Wright30-Aug-06 5:20 
GeneralRe: Problem with timer event fireing Pin
sjembek30-Aug-06 5:49
sjembek30-Aug-06 5:49 
QuestionExtended characters and console redirection Pin
gewe30-Aug-06 3:57
gewe30-Aug-06 3:57 
AnswerRe: Extended characters and console redirection Pin
Dave Kreskowiak30-Aug-06 5:47
mveDave Kreskowiak30-Aug-06 5:47 
GeneralRe: Extended characters and console redirection Pin
gewe30-Aug-06 20:13
gewe30-Aug-06 20:13 

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.