Click here to Skip to main content
15,888,224 members
Home / Discussions / C#
   

C#

 
AnswerRe: odbcdatareader hangs on close Pin
Eric Dahlvang24-Oct-06 10:40
Eric Dahlvang24-Oct-06 10:40 
GeneralRe: odbcdatareader hangs on close Pin
BlackDice24-Oct-06 11:20
BlackDice24-Oct-06 11:20 
QuestionGridView and outer joins Pin
lsugirljte24-Oct-06 5:02
lsugirljte24-Oct-06 5:02 
QuestionRe: GridView and outer joins Pin
lsugirljte25-Oct-06 3:31
lsugirljte25-Oct-06 3:31 
QuestionSorting through a Dataset with 1 method Pin
Gareth H24-Oct-06 3:11
Gareth H24-Oct-06 3:11 
AnswerRe: Sorting through a Dataset with 1 method Pin
Not Active24-Oct-06 3:14
mentorNot Active24-Oct-06 3:14 
GeneralRe: Sorting through a Dataset with 1 method Pin
Gareth H24-Oct-06 4:30
Gareth H24-Oct-06 4:30 
GeneralRe: Sorting through a Dataset with 1 method Pin
Not Active24-Oct-06 4:51
mentorNot Active24-Oct-06 4:51 
I see. Have you tried using setting a DataRelation and something like this

foreach(DataRelation relation in table.ChildRelations)<br />
    {<br />
        foreach(DataRow row in table.Rows)<br />
        {<br />
            childRows = row.GetChildRows(relation);<br />
        }<br />
    }<br />



only two letters away from being an asset

GeneralRe: Sorting through a Dataset with 1 method Pin
Gareth H24-Oct-06 6:23
Gareth H24-Oct-06 6:23 
QuestionTo convert format of a file to other format through C# code Pin
praveen pandey24-Oct-06 3:08
praveen pandey24-Oct-06 3:08 
AnswerRe: To convert format of a file to other format through C# code Pin
Amar Chaudhary24-Oct-06 8:36
Amar Chaudhary24-Oct-06 8:36 
Questionmy computer process all data from internet Pin
nmhai8324-Oct-06 3:03
nmhai8324-Oct-06 3:03 
AnswerRe: my computer process all data from internet Pin
Larantz25-Oct-06 9:37
Larantz25-Oct-06 9:37 
QuestionProblem with ClickOnce Deployment in VS2005 Pin
JacquesDP24-Oct-06 2:57
JacquesDP24-Oct-06 2:57 
AnswerRe: Problem with ClickOnce Deployment in VS2005 Pin
Ed.Poore24-Oct-06 6:34
Ed.Poore24-Oct-06 6:34 
GeneralRe: Problem with ClickOnce Deployment in VS2005 Pin
ednrgc24-Oct-06 8:45
ednrgc24-Oct-06 8:45 
GeneralRe: Problem with ClickOnce Deployment in VS2005 Pin
Ed.Poore24-Oct-06 12:40
Ed.Poore24-Oct-06 12:40 
GeneralRe: Problem with ClickOnce Deployment in VS2005 Pin
JacquesDP24-Oct-06 20:48
JacquesDP24-Oct-06 20:48 
QuestionHow to know whether remote file is present or not before downloading it using webclient Pin
engsrini24-Oct-06 2:07
engsrini24-Oct-06 2:07 
AnswerRe: How to know whether remote file is present or not before downloading it using webclient Pin
Le centriste24-Oct-06 4:48
Le centriste24-Oct-06 4:48 
QuestionFont Handling in Groupbox [modified] Pin
chricla24-Oct-06 2:06
chricla24-Oct-06 2:06 
QuestionIn sql error? (urgent) Pin
onlybabla24-Oct-06 1:54
onlybabla24-Oct-06 1:54 
AnswerRe: In sql error? (urgent) Pin
Colin Angus Mackay24-Oct-06 2:16
Colin Angus Mackay24-Oct-06 2:16 
AnswerRe: In sql error? (urgent) Pin
ednrgc24-Oct-06 2:43
ednrgc24-Oct-06 2:43 
QuestionBorder selection Pin
sathishtl00724-Oct-06 1:11
sathishtl00724-Oct-06 1: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.