Posted on: 2/25/2015 11:07:32 AM | Views : 533

<client> <Name>ABC</Name> <Key>12345-23456-34567-45678</Key> <Description>Congrats,Now you are authorised to use this software </Description> <Flag>True</Flag> </client> <client> <Name>XYZ</Name> <Key>98765-12345-78945-12345-12345</Key> <Description>Congrats,Now you are NOT authorised to use this software </Description> <Flag>True</Flag> </client> i have xml file like above
i eant to get a node by key  98765-12345-78945-12345-12345.i.e i want to get description,flag,key,name of that node in c# windows application .net2.0.how can i do that

Go to the complete details ...