Avatar of srk1982
srk1982
 asked on

Expand and Collapse Functianlity in TreeView using C# and Asp.Net 2.0

Hi,

    I have done a tree view,which populates data from db according to
the parent and child node.
Here what i need is....I want to implement the expand and
collapse functioanlity in the tree view.
I have attached my Aspx , codebehind files and the image of my
web page.

I have done this using c# and asp.net 2.0

Please look at the image, which shows u.,what i have done till now.

Please help on this. Its Urgent.


TreeView.JPG
ASPX.txt
CS.txt
C#ASP.NET

Avatar of undefined
Last Comment
srk1982

8/22/2022 - Mon
philipjonathan

If what you mean is to show the [+] thingy, then you can set the tree's ShowExpandCollapse property to true. Strange though, I thought by default it should be there.
srk1982

ASKER
hi philipjonathan,

     It is not a control where i am straight away binding the values from db.
I am building the content using TD and TR in c# code behind file.
I think u shud have a look at the files which i have attached.

Thanks for ur prompt and immediate responce.

philipjonathan

It's no wonder I couldn't find any reference to TreeView in your code. I admire your gung-ho spirit to build your own tree :) but I'm afraid I cannot advise you further. But probably you can play around with hiding / showing the  elements using javascript.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
ASKER CERTIFIED SOLUTION
philipjonathan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
srk1982

ASKER
Hi philipjonathan,

         I have give you points for taking an effort, even though,still i am not done with this issue.
Thanks.