Browse by Tags

Related Posts

  • TreeView does not render properly, or how to insert nodes in a treeview?

    I have placed an empty TreeView control on a page, and I want to populate it. In a method I'm fetching all nodes and returning a TreeView object, but for some reason the control is emtpy... Something like this: tree = ReturnTree(); I've debugged the method to see that all the nodes are gathered...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by flowjob on 04-29-2009, 12:00 AM
    Filed under: nodes, populate, treeview
  • TreeNode and Nodes Property

    Hello, I'm building the content of a TreeView on some code I found lying around. This is the code I'm using: using (SPSite site = new SPSite(sharepointurl)) { using (SPWeb website = site.OpenWeb(mainsite + accountGuid)) { TreeNode vsNode = new TreeNode(accountName); vsNode.NavigateUrl = website...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by flowjob on 04-28-2009, 12:00 AM
    Filed under: nodes, Properties, treeview
  • Treeview help

    hey guys..im relatively new to asp.net, havent quite got it figured out just yet.. i was wondering if u could help me..im trying something rather simple for now, but for whatever reason it just wont work. I added a treeview control to my page, along with a button. what im trying to do is, add a node...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by aziz999 on 02-03-2009, 12:00 AM
    Filed under: nodes, treeview
  • TreeView with dropdown nodes

    Hi All, I am designing a website with master pages and using treeview for navigation.Is it possible to make a node as a dropdown if it has child nodes in the treeview structure. Please let me know if you have any kind of information regarding this, that would help me in any way as it is a very urgent...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by SwapnaBhargav on 10-22-2007, 12:00 AM
    Filed under: nested masterpage, node, nodes, Tree View, tree view state, treeview control navigation, treeview masterpage, TreeViewiew, ASP.NET, asp.net 2.0, ASP.NET 2.0 Menu, master page navigation, master pages, master pages gridview bind, masterpage menu dropdownlist interaction, asp 2.0, ASP 2.0 Treeview OnTreeNodePopulate Load Page_load, treeview, treeview populateondemand, ASP.net 2.0 Master page Menu SiteMapProvider
  • TreeView dynamically add/edit nodes in Web App.

    Hey, My first post on here. I have been able to programmatically populate a treeview from the database. Now, i would like to be able to dynamically add/edit/delete nodes from the UI using C# and Asp.net 2.0. Has anyone come across this before? This is not a Windows form, but a web app. Please any help...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by deleolowoyo on 07-11-2007, 12:00 AM
    Filed under: nodes, TreeViewiew, dynamic treeview, treeview, treeView ie7
  • Re: ...

    okay, after a week of trying and erroring a found the solution!!! My biggest problem was that my Nodes in the treeview had a NavigateUrl so the treeview didn't fire the SelectedNodeChanged event! So to many of you out there, be carefull!!! It took me a while to find out it was that stupid little one...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by HW@ITSOL on 01-05-2007, 12:00 AM
    Filed under: navigation, nodes, treeview, Treeview postback _postback selected, Treeview postback navigateurl select node, TreeView ValuePath
  • Moving treeview nodes around in the tree

    Hi! As some of you may know, I am working on a webapp that will allow me to edit the web.config file. I can now add, remove nodes, and now I want to move them around. Anyone know how to do this or can point me to something online that will get me started? I started looking at removing the node and just...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by mctnguy on 11-03-2006, 12:00 AM
    Filed under: nodes, treeview, move
  • Populating Treeview from a collection of classes.

    I have a class as follows: public enum state { FR, STR, SR, IR, PR } public class Node { protected string NodeName; protected string NodeValue; protected string NodeTip; protected state NodeState; protected Node NodeParent; protected List < Node > NodeChildren; public Node( string Name, string...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by meerudoll on 11-05-2009, 12:00 AM
    Filed under: treeview, node, nodes, Tree View, .NET 3.5, .net framework 3.5, .ASPX, TreeNodeCollection, TreeNode, Tree View:, Tree View control
  • BackGround Image to the Selected Node

    asSalamu Alekum Please Help me! I use the master page and treeview (datasource=SiteMapDataSource) I want to set a Background Image to the Slected Node of TreeView, how can i do? I try with CSS so, it didn't work Jazak Allahu Xayran
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Abu Hurayra on 11-10-2006, 12:00 AM
    Filed under: node, nodes, Treeview postback _postback selected, Treeview Recursive Directory File, TreeView ValuePath, .net 2.0 menu control menuitem css selectedstyle A, Masterpages TreeView Persist ValuePath, treeview, Treeview postback navigateurl select node, Node ImageUrl DataBound Dynamic
  • Treeview - Client side node removal

    How do you remove treeview nodes from client side in order to minimize viewstate?
    Posted to Master Pages, Themes and Navigation Controls (Forum) by HannesV on 01-22-2007, 12:00 AM
    Filed under: node, nodes, treeview, TreeView ValuePath, asp.net 2.0, child nodes, javascript
Page 1 of 1 (10 items)