Click here to Skip to main content
15,907,493 members
Home / Discussions / C#
   

C#

 
QuestionDebugging Pin
frommi24-Jun-09 0:15
frommi24-Jun-09 0:15 
AnswerRe: Debugging Pin
Manas Bhardwaj24-Jun-09 0:24
professionalManas Bhardwaj24-Jun-09 0:24 
Questionc# Pin
Balaji Pawar23-Jun-09 23:53
Balaji Pawar23-Jun-09 23:53 
AnswerRe: c# Pin
Sk9323-Jun-09 23:55
Sk9323-Jun-09 23:55 
GeneralRe: c# Pin
Balaji Pawar24-Jun-09 5:48
Balaji Pawar24-Jun-09 5:48 
GeneralRe: c# Pin
Sk9324-Jun-09 5:52
Sk9324-Jun-09 5:52 
AnswerRe: c# Pin
Manas Bhardwaj24-Jun-09 0:26
professionalManas Bhardwaj24-Jun-09 0:26 
Questionupdate query in windows application with ms access as database Pin
J.K.Sharma23-Jun-09 23:20
J.K.Sharma23-Jun-09 23:20 
AnswerRe: update query in windows application with ms access as database Pin
Sk9323-Jun-09 23:26
Sk9323-Jun-09 23:26 
GeneralRe: update query in windows application with ms access as database Pin
Robert_Pan24-Jun-09 0:12
Robert_Pan24-Jun-09 0:12 
GeneralRe: update query in windows application with ms access as database Pin
J.K.Sharma24-Jun-09 21:41
J.K.Sharma24-Jun-09 21:41 
GeneralRe: crystal report problem Pin
J.K.Sharma24-Jun-09 21:48
J.K.Sharma24-Jun-09 21:48 
GeneralRe: crystal report problem Pin
Sk9324-Jun-09 21:53
Sk9324-Jun-09 21:53 
GeneralRe: crystal report problem Pin
J.K.Sharma24-Jun-09 22:08
J.K.Sharma24-Jun-09 22:08 
AnswerRe: crystal report problem Pin
Sk9324-Jun-09 22:36
Sk9324-Jun-09 22:36 
AnswerRe: update query in windows application with ms access as database Pin
Christian Graus23-Jun-09 23:42
protectorChristian Graus23-Jun-09 23:42 
JokeRe: update query in windows application with ms access as database Pin
Sk9323-Jun-09 23:46
Sk9323-Jun-09 23:46 
QuestionDynamically show images in crystal report Pin
KIDYA23-Jun-09 23:06
KIDYA23-Jun-09 23:06 
AnswerRe: Dynamically show images in crystal report Pin
Sk9323-Jun-09 23:18
Sk9323-Jun-09 23:18 
Questioncodes on data or text mining Pin
awedreh23-Jun-09 22:51
awedreh23-Jun-09 22:51 
AnswerRe: codes on data or text mining Pin
Simon P Stevens23-Jun-09 22:56
Simon P Stevens23-Jun-09 22:56 
AnswerRe: codes on data or text mining Pin
Christian Graus23-Jun-09 23:04
protectorChristian Graus23-Jun-09 23:04 
AnswerRe: codes on data or text mining Pin
Manas Bhardwaj23-Jun-09 23:11
professionalManas Bhardwaj23-Jun-09 23:11 
AnswerRe: codes on data or text mining Pin
OriginalGriff24-Jun-09 3:40
mveOriginalGriff24-Jun-09 3:40 
QuestionHeirarchy in DataGridView Pin
Zeeshan Ahmed Memon23-Jun-09 22:36
Zeeshan Ahmed Memon23-Jun-09 22:36 
Dear Fellows,

I have an xml file
<subjects>
<publishers name="wrox">
<book>
Beginning c#
</book>

<book>
Beginning ASP.NET WITH C#
</book>
</publishers>

<publishers name="Masters">
<book>
master in c#
</book>

<book>
master ASP.NET WITH C#
</book>
</publishers>
</subjects>


First I only want to display its publishers name in datagridview. When a user press any publisher name he will be able to see name of books in datagridview below the publisher name on which he click.


You can say it as a tree view operations that I want to perform in datagridview.

I need your help to solve it.

I will be thankful to all those who help me.

Thank you.

Regards,
Zeeshan Ahmed.

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.