Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Problem related to treeview control in asp.net2.0 [modified]

Problem related to treeview control in asp.net2.0 [modified]

Scheduled Pinned Locked Moved ASP.NET
csharpdatabaseasp-netsql-servervisual-studio
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    biswa47
    wrote on last edited by
    #1

    i have a tree view . where i want to populate data in three level from the sql server 2005 database. suppose the root level node populte date from "root" table .and in the 2nd level the corresponding child of that parent should be populate from "child" table. where the parent and child table retlated by parentid coloumn. and in 3rd level the data should populate from "subchild" table .where the child and parent table are related by childidid. and the last task is to give hyperlink in the 3rd level(where subchildname are shown.) to their corresponding .aspx form. My table structure is as follows Parent table ============ parent_id int parent_name varchar(50) Child table ============ parent_id int Child_id int child_name varchar(50) subhild table ============ parent_id int Child_id int subchild_name varchar(50) ............................. where i am ssqlserver2005 and asp.net along with c# (visual studio 2005) thaks in advance

    modified on Monday, February 25, 2008 6:28 AM

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups