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

C#

 
GeneralExceptions in Drag events Pin
martin_hughes3-Jan-08 11:41
martin_hughes3-Jan-08 11:41 
QuestionTwo datatables in one???? Pin
NewToAspDotNet3-Jan-08 7:16
NewToAspDotNet3-Jan-08 7:16 
AnswerRe: Two datatables in one???? Pin
Paul Conrad3-Jan-08 7:21
professionalPaul Conrad3-Jan-08 7:21 
GeneralRe: Two datatables in one???? Pin
NewToAspDotNet3-Jan-08 7:45
NewToAspDotNet3-Jan-08 7:45 
AnswerRe: Two datatables in one???? Pin
Giorgi Dalakishvili3-Jan-08 8:05
mentorGiorgi Dalakishvili3-Jan-08 8:05 
GeneralRe: Two datatables in one???? Pin
NewToAspDotNet3-Jan-08 8:55
NewToAspDotNet3-Jan-08 8:55 
GeneralRe: Two datatables in one???? Pin
Giorgi Dalakishvili3-Jan-08 9:23
mentorGiorgi Dalakishvili3-Jan-08 9:23 
AnswerRe: Two datatables in one???? Pin
Christian Graus3-Jan-08 10:29
protectorChristian Graus3-Jan-08 10:29 
I'd just do a select that joins the two tables on name, or if you do that often enough, create a view that does it. Don't do it in memory, get the database to do what it's good at.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

Generalanonymous delegates with dynamic code Pin
Goncalo Oliveira3-Jan-08 7:14
Goncalo Oliveira3-Jan-08 7:14 
GeneralRe: anonymous delegates with dynamic code Pin
Not Active3-Jan-08 9:09
mentorNot Active3-Jan-08 9:09 
GeneralRe: anonymous delegates with dynamic code Pin
Goncalo Oliveira3-Jan-08 14:38
Goncalo Oliveira3-Jan-08 14:38 
GeneralRe: anonymous delegates with dynamic code Pin
Skippums3-Jan-08 15:14
Skippums3-Jan-08 15:14 
GeneralRe: anonymous delegates with dynamic code Pin
Goncalo Oliveira3-Jan-08 16:52
Goncalo Oliveira3-Jan-08 16:52 
GeneralRe: anonymous delegates with dynamic code Pin
techieboi3-Jan-08 19:27
techieboi3-Jan-08 19:27 
GeneralRe: anonymous delegates with dynamic code Pin
Goncalo Oliveira3-Jan-08 22:15
Goncalo Oliveira3-Jan-08 22:15 
GeneralRe: anonymous delegates with dynamic code Pin
Skippums4-Jan-08 3:56
Skippums4-Jan-08 3:56 
GeneralRe: anonymous delegates with dynamic code Pin
Goncalo Oliveira4-Jan-08 5:27
Goncalo Oliveira4-Jan-08 5:27 
QuestionOperator '||' cannot be applied to operands of type 'string' and 'string' Pin
Jugnu3-Jan-08 7:08
Jugnu3-Jan-08 7:08 
GeneralRe: Operator '||' cannot be applied to operands of type 'string' and 'string' Pin
Viktor Nilsson3-Jan-08 7:18
Viktor Nilsson3-Jan-08 7:18 
GeneralRe: Operator '||' cannot be applied to operands of type 'string' and 'string' Pin
Not Active3-Jan-08 9:01
mentorNot Active3-Jan-08 9:01 
JokeRe: Operator '||' cannot be applied to operands of type 'string' and 'string' Pin
CPallini3-Jan-08 9:55
mveCPallini3-Jan-08 9:55 
GeneralRe: Operator '||' cannot be applied to operands of type 'string' and 'string' Pin
Guffa3-Jan-08 11:04
Guffa3-Jan-08 11:04 
GeneralRe: Operator '||' cannot be applied to operands of type 'string' and 'string' Pin
Pete O'Hanlon3-Jan-08 11:12
mvePete O'Hanlon3-Jan-08 11:12 
GeneralRe: Operator '||' cannot be applied to operands of type 'string' and 'string' Pin
MarkB7773-Jan-08 12:10
MarkB7773-Jan-08 12:10 
GeneralRe: Operator '||' cannot be applied to operands of type 'string' and 'string' Pin
Russell Jones3-Jan-08 22:56
Russell Jones3-Jan-08 22:56 

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.