crazyboybert
Programmer
Hi All
I have object which returns a fragment of XML as a string in the form...
I would like to use this fragment of XML to bind to an asp:dropdownlist. I have been trying to create an XML document that only exists in memory, populate it with my fragment, bind to the control and then bin it without the XML document ever existing outside of memory. I dont really want to have an actual file which i read and write the XML from but will if I have to..
Any ideas on how to achieve this binding wether it be via the above method or not would be greatly appreciated.
Thanks in advance
Rob
------------------------------------
Go placidly amidst the noise and haste,
find what peace there may be in silence.
-Anon
------------------------------------
I have object which returns a fragment of XML as a string in the form...
Code:
<datasets>
<dataset>
<data/>
<data/>
</dataset>
<dataset>
<data/>
<data/>
</dataset>
</datasets>
Any ideas on how to achieve this binding wether it be via the above method or not would be greatly appreciated.
Thanks in advance
Rob
------------------------------------
Go placidly amidst the noise and haste,
find what peace there may be in silence.
-Anon
------------------------------------