I forgot to mention that I am buidling windows application for the time beeing.
I am not any thing with web app or web service.
if I am binding my treenode to a xml datasource, I can sutomize my nodes
based on the field of my choice ?
or how toi do then
regard
serge
"Vishnu-Chivukula" wrote:
Hi serge,
As per my understanding, you cannot 'directly' bind a dataset to a TreeView
control. You might have to make an XML data source from the Dataset, and then
Data bind it.
Check these links..
http://www.samspublishing.com/articl...1748&seqNum=12
http://msdn.microsoft.com/workshop/w...w/treeview.asp
HTH,
In case you need any help, do post a msg back...
Happy Coding
"serge calderara" wrote:
Dear all,
I ma collected data from a CSV file and build dataset based on those data.
I would like to bind this dataset to a treeview control in order that nodes
gets displayed automatically based on my dataset column name.
Does anyone could help me how to do this ?
Any sample will be appriciate
best regards
serge