XmlDataSource [modified]
-
i have the follow xml file : None None 999 0 N R1 R1 Explosive when dry 1 1 N R10 R10 Flammable 10 1 N I have been trying to bind this to a listbox but have been unsuccessful, can anyone help. I have read that i may need an xslt file to transform it, is this true and could someone point me in a good direction on how to use xslt files Thanks -- modified at 6:22 Thursday 17th August, 2006
-
i have the follow xml file : None None 999 0 N R1 R1 Explosive when dry 1 1 N R10 R10 Flammable 10 1 N I have been trying to bind this to a listbox but have been unsuccessful, can anyone help. I have read that i may need an xslt file to transform it, is this true and could someone point me in a good direction on how to use xslt files Thanks -- modified at 6:22 Thursday 17th August, 2006
May be you can try giving DisplaySource property as "ListBoxes.row" OR "row" and DisplayMember as "Description" and ValueMember = "Number" Hope this works for you.
- ashish