We are pleased to announce the immediate availability of SP3 of Telerik OpenAccess Q3 2008. The new version can be downloaded from your accounts.
You can review this version's Release notes here.
Enjoy!
The Telerik Team
<telerik:RadTreeView ID="RadTreeView1" runat="server" DataSourceID="SqlDataSource1" DataTextField="DESCRIPTION" DataValueField="CODE"></telerik:RadTreeView>
Using the above code, I got the output as
o Scanner ( description)
o Printer ( description)
o Laptop ( description)
o Cute FTp ( description)
o Logmein ( description
Below is sql select query
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:EsteeConnectionString %>"
SelectCommand="SELECT [CODE], [DESCRIPTION],[MAINCATEGORY] FROM [BRANDMASTER]"></asp:SqlDataSource>
Ø Hardware ( maincategory )
o Scanner ( description)
o Printer ( description)
o Laptop ( description)
Ø Software (maincategory)
o Cute FTp ( description)
o Logmein ( description)