User Profile

Collapse

Profile Sidebar

Collapse
jakki
jakki
Last Activity: Sep 17 '08, 02:01 PM
Joined: Dec 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jakki
    started a topic windows tree view data binding from data base
    in .NET

    windows tree view data binding from data base

    hi every one..

    i am binding data in a tree view using windows C# .. auctually i finished most of the code.. but i did't know how to proceed further .. i attached the code hear.. as well as it display the parent id.. insted of group_name ...


    private void Form1_Load(obje ct sender, EventArgs e)
    {
    PopulateRootLev el();
    }

    private void PopulateRootLev el()...
    See more | Go to post

  • jakki
    replied to Tree View
    i want to populate a data from a data base..

    i wrote a code for webapplication aspx.cs.. which is perfectly work's
    code is

    protected void Page_Load(objec t sender, EventArgs e)
    {
    if (!Page.IsPostBa ck)
    {
    PopulateRootLev el();
    }
    }
    //select ParentId, GroupName,(sele ct count(*) FROM tree WHERE SubGroup=sc.Par entId) SubGroup,SubGro up FROM tree sc where ParentId=@paren tID...
    See more | Go to post

    Leave a comment:


  • jakki
    started a topic Tree View

    Tree View

    i want to populate a data from a data base..

    i wrote a code for webapplication aspx.cs.. which is perfectly work's
    code is




    protected void Page_Load(objec t sender, EventArgs e)
    {
    if (!Page.IsPostBa ck)
    {
    PopulateRootLev el();
    }
    }
    //select ParentId, GroupName,(sele ct count(*) FROM tree WHERE...
    See more | Go to post

  • jakki
    replied to Tree View
    Tank you.. for your reply..
    See more | Go to post

    Leave a comment:


  • jakki
    started a topic Tree View

    Tree View

    Is it possible to show the Treeview in a list box
    See more | Go to post
No activity results to display
Show More
Working...