How to use Treeview control with SQL Server generated XML in ASP.Net 1.1

sridhar_l

Member
Joined
Jul 21, 2005
Messages
6
Programming Experience
3-5
Hi,
Can anybody please help me. I am using a treeview control in asp.net 1.1 . I downloaded and installed the control.
Now I want to populate treeview dynamically. I given a TreenodeSrc = "Practice.aspx"

In practice.aspx page, i want to fetch xml using the sql query. I did but, when i executing it is saying, XML exception
and <Treenodes> tag is missed.
Can anybody help me, how to do this one.


Thanks,
 
Back
Top