Click here to Skip to main content
15,888,242 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Loading an external image to WPF App ? Pin
Roman Lerman21-Apr-10 19:43
Roman Lerman21-Apr-10 19:43 
QuestionMessage Removed Pin
15-Apr-10 23:39
Lana_15-Apr-10 23:39 
AnswerRe: How to make the arrows keys act as another keys? Pin
Abhinav S16-Apr-10 1:34
Abhinav S16-Apr-10 1:34 
QuestionTreeView Data binding Pin
Joe Rozario15-Apr-10 20:45
Joe Rozario15-Apr-10 20:45 
AnswerRe: TreeView Data binding Pin
Pete O'Hanlon15-Apr-10 22:01
mvePete O'Hanlon15-Apr-10 22:01 
GeneralRe: TreeView Data binding Pin
Joe Rozario15-Apr-10 22:26
Joe Rozario15-Apr-10 22:26 
GeneralRe: TreeView Data binding Pin
Pete O'Hanlon16-Apr-10 2:46
mvePete O'Hanlon16-Apr-10 2:46 
GeneralRe: TreeView Data binding Pin
silverlightnewbee4-Jan-11 18:34
silverlightnewbee4-Jan-11 18:34 
Dear Josh,

I went thru your article and many more articles for bindinf a tree view with database. My problem is still unresolved.
my requirement is, I have three tables linked togather as below

1-Order table contains, partyCode and orderNo.
2-Item table contains, orderNo & ItemCode.
3-Stages table contains, orderNo, itemCode & stageCode.(Same stageCode can appear in the table for different items, but not for same Items. Items may or may not have stages. If Item has stages, then entry for such Item will be available in stage table. Otherwise not.)


I am unable to generate a tree in below manner:

Tree display
ord1
...Item1
.......stage1
.......stage2
...item2
.......stage1
.......stage2
.......stage3
...item3
...item4
...item5
...item6
...item7
...item8
...item9
ord2
……
ord3
…….


please help me in generating a tree of such type. I am using dataservices to getch the data from database.
AnswerRe: TreeView Data binding Pin
Leung Yat Chun26-Apr-10 10:19
Leung Yat Chun26-Apr-10 10:19 
QuestionUriMapper (and stuff) [SOLVED (sorta)] Pin
#realJSOP15-Apr-10 6:23
mve#realJSOP15-Apr-10 6:23 
AnswerRe: UriMapper (and stuff) Pin
Abhinav S16-Apr-10 1:50
Abhinav S16-Apr-10 1:50 
GeneralRe: UriMapper (and stuff) Pin
#realJSOP16-Apr-10 6:10
mve#realJSOP16-Apr-10 6:10 
GeneralRe: UriMapper (and stuff) [SOLVED (sorta)] Pin
Abhinav S16-Apr-10 20:19
Abhinav S16-Apr-10 20:19 
QuestionEncrypting app.config through code [modified] Pin
dashingsidds15-Apr-10 0:21
dashingsidds15-Apr-10 0:21 
AnswerRe: Encrypting app.config through code Pin
dashingsidds15-Apr-10 0:57
dashingsidds15-Apr-10 0:57 
AnswerRe: Encrypting app.config through code Pin
Not Active15-Apr-10 2:08
mentorNot Active15-Apr-10 2:08 
GeneralRe: Encrypting app.config through code Pin
dashingsidds15-Apr-10 2:59
dashingsidds15-Apr-10 2:59 
GeneralRe: Encrypting app.config through code Pin
Not Active15-Apr-10 3:31
mentorNot Active15-Apr-10 3:31 
GeneralRe: Encrypting app.config through code Pin
dashingsidds15-Apr-10 18:40
dashingsidds15-Apr-10 18:40 
QuestionWPF Toolkit Datagrid Performance issue in rendering Pin
Ankush12314-Apr-10 20:47
Ankush12314-Apr-10 20:47 
AnswerRe: WPF Toolkit Datagrid Performance issue in rendering Pin
Leung Yat Chun26-Apr-10 10:27
Leung Yat Chun26-Apr-10 10:27 
QuestionHow to create a random button appear in parent button Pin
yuripon14-Apr-10 18:52
yuripon14-Apr-10 18:52 
AnswerRe: How to create a random button appear in parent button Pin
Abhinav S14-Apr-10 19:02
Abhinav S14-Apr-10 19:02 
GeneralRe: How to create a random button appear in parent button Pin
yuripon14-Apr-10 19:12
yuripon14-Apr-10 19:12 
GeneralRe: How to create a random button appear in parent button Pin
Abhinav S14-Apr-10 19:22
Abhinav S14-Apr-10 19:22 

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.