Click here to Skip to main content
15,898,987 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to bind navigate url property to tree view.

XML
<asp:TreeView ID="TreeView1" runat="server">
      <DataBindings>
          <asp:TreeNodeBinding DataMember="System.Data.DataRowView" TextField="Header" ValueField="ArticleId"
              NavigateUrl="Header" />
      </DataBindings>
  </asp:TreeView>



i want Navigate url for example '#abc.aspx'. # should be concatenate with URL i am binding.
how can i do this.
Posted
Comments
JoCodes 17-Oct-13 8:37am    
# should be prefix or postfix? You mean to navigate to some section in the same page basically?
Manohar Khillare 17-Oct-13 8:39am    
yes
Manohar Khillare 17-Oct-13 8:39am    
same page

1 solution

if u wanna navigate all tree menus to diffrent page.then go for site map path control..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900