treeview web controls

R

Ray Cheung

I downloaded the tree view web controls from asp.net and
installed them successfully in my computer. How do I
redirect to other pages when I clicked on the node? Please
help. I tried to use IsSelected but it did not work.
Thanks very much.

Ray


Below is the treeview_bound.aspx

<%@ Register TagPrefix="ie"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>

<html>
<body>
<form runat="server">
<ie:TreeView runat="server"
SystemImagesPath="/webctrl_client/1_0/treeimages" >
<ie:TreeNode Text="North America"
ImageUrl="/webctrl_client/1_0/images/root.gif"
Expanded="true" TreeNodeSrc="state_city.xml" />
</ie:TreeView>
</form>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top