Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Wcf service has two data contracts called Apps and SubApps.Also I have two methods in server
side called internal List<string> GetAppIds() and internal List<string> GetSubAppIds(string AppId).
I want to load those AppIds and SubAppId into the treeview control in wpf client.when i add delete apps and subaps modifications should apply to the treeview.give me a solution to this one?

treeview structure should like below

App1
|_SubApp 1
|_SubApp 2

App2
|_SubApp 1
|_SubApp 2
Posted
Updated 1-Mar-13 0:39am
v2
Comments
Uday P.Singh 1-Mar-13 6:33am    
what have you tried?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900