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()...
User Profile
Collapse
Profile Sidebar
Collapse
jakki
Last Activity: Sep 17 '08, 02:01 PM
Joined: Dec 15 '07
Location:
-
windows tree view data binding from data base
-
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... -
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... -
-
No activity results to display
Show More
Leave a comment: