Browse by Tags

Related Posts

  • TreeView Checkbox Checked Nodes

    Can someone help me? I searched online and tested a few codes but I want to know how to checked certain nodes within treeview checkbox. I don't want to use javascript only vb.net or C#. Dim node As TreeNode = Nothing For Each node In tvTest.Nodes If node.Text.Contains("something") Then...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by nevthegr8 on 03-10-2009, 12:00 AM
    Filed under: treeview, treeview checkboxes parents check childs example, treeview control, VB .NET, <C#>, c sharp, C#, C# in Asp.NET, C# asp.net
  • Make a search engine for TreeView control

    Hello, I wish to create a search engine for my TreeView, with just a TextBox and a Button. If the value searched is found in the TreeView, the node has to be automatically selected, with all that comes with the TreeView_SelectedNodeChanged executed. My only problem is that I'm not sure how to properly...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Strato on 08-13-2008, 12:00 AM
    Filed under: asp.net 2.0, recursive search algorithm, treeview, search engine, C#
  • [2.0] Dynamic TextBoxes lose content

    Hello, I still have a couple of difficulties to understand the ASP.Net page lifecycle. Here is the situation : I have a TreeView linked to XML. When you click a node, informations are displayed about it, including informations on its child nodes whose number vary. Those informations are being displayed...
    Posted to Web Forms (Forum) by Strato on 08-05-2008, 12:00 AM
    Filed under: Page lifecycle, TreeView, 2.0, ASP.NET, c#, dynamic controls
  • [ASP.Net 2.0] Changing Forecolor of particular TreeNodeBinding

    Hello, I wondered if it was possible to change the text color for a particular TreeNodeBinding among others? < asp:XmlDataSource ID= "XmlDataSourceGeo" runat= "server" DataFile= "~/App_Data/thesaurus-Geographique-Sample.xml" XPath= "/thesaurus/*" /> <...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Strato on 07-30-2008, 12:00 AM
    Filed under: c#, treenodebinding, asp.net 2.0, treeview
  • Treeview and XML

    I'm using ASP.net, in VS 2008, coding in c#. I added a treeview object and noticed that a source could be an XML, however, i'm filling the nodes with a series of Web Service calls. I noticed that the calls take a while to run, so i'd like to take the data in my Treeview and store it in an...
    Posted to Web Forms (Forum) by warnockm on 07-10-2008, 12:00 AM
    Filed under: TreeView, Web Service, asp.net 2.0, c#, XML, serialization
  • Keeping the TreeView expanded on reload.

    Hi, I am using a TreeView control withing a User Control and that user control is then called on every master page. The problem is that when the user Naviagtes to a Page the Tree View Collapse (which is logical)... but I want to know How can I keep my tree Expanded to that node which was Selected by...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by programmar on 02-01-2008, 12:00 AM
    Filed under: TreeView, treeView ie7, treeVieweeview, TreeViewiew, URL, usercontrol, UserControl refreshing, .net, asp .net 2.0, asp.NET 2.0 C#, c#, Asp.net2.0, asp.net2.0 using c#, asp .net ... c# ... SQL, User Controls, User Controls in C#
  • Can Anybody Help?? Collections in C#

    Hi, I am trying to convert a VB.net code to C# . it is to bind a treeview from a collection. but not finding a Collection which stores treenodes as object. Cant use hashtable since it automatically sorts the data by key. Can anybody tell me a collection which takes objects and doesn't sort it. The...
    Posted to C# (Forum) by naveenj on 07-12-2007, 12:00 AM
    Filed under: TreeView, C#, collections
  • TreeNode custom data fields following postback

    Hi all, I've searched these forums and have found numerous pieces of information related to the problem I am trying to solve but have yet to find the silver bullet. I have a TreeView with a custom TreeNode class to maintain several pieces of data for the node. The problem I am having at the moment...
    Posted to Custom Server Controls (Forum) by TopDog444111 on 05-29-2007, 12:00 AM
    Filed under: TreeNode, TreeView, asp.net 2.0, c#, "custom control"
  • Re: Error in rendering TreeView in Custom Control

    In fact I want to create Custom Control by using CreateChildControls My class is following using System; using System.Collections.Generic; using System.Text; using System.Web.UI.WebControls; using System.Web.UI; using System.ComponentModel; using System.ComponentModel.Design; using System.Collections...
    Posted to Custom Server Controls (Forum) by hoangdoanh on 04-26-2007, 12:00 AM
    Filed under: TreeView, asp.net 2.0, c#, custom control, custom server control
  • Re: TreeNode.Text color customization

    I am working through an issue where I'm using the TreeView as a means to encapsulate FAQs, that is they have a Series of Category-SubCategory-Question-Answer It seems that there are two ways to go about styling these Nodes. There is a "LeafNodeStyle" property in the designer which allows you to set specific...
    Posted to Custom Server Controls (Forum) by Veretax on 03-14-2007, 12:00 AM
    Filed under: TreeNodeSelectAction, TreeView, Treeview web control from a Web user Control, c#, asp.net 2.0
Page 1 of 2 (12 items) 1 2 Next >