Detail View in DatagridView in c#
-
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 understand this problem that how can I overcome it and how I can solve it. Codes and references will certainly help alot. I will be thankful to all those who help me. Thank you. Regards, Zeeshan Ahmed.