473,406 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Expand Treeview

I'm using the Microsoft.Web.UI.Webcontrol treeview, and I manually entered
the tree information through the editor. However, when I run the webpage it
does not present data in a treeview. Instead, it reads the data across the
page horizontally.
Is there a step I'm missing?

thanks
--
Hutty
Nov 19 '05 #1
5 1272
Hi Hutty
u forget to use style sheet
or there is another property named imageurl or i dont remeber exatly
but u must link to the url of a style
hint : the style is dowunloaded with this control
"Hutty" wrote:
I'm using the Microsoft.Web.UI.Webcontrol treeview, and I manually entered
the tree information through the editor. However, when I run the webpage it
does not present data in a treeview. Instead, it reads the data across the
page horizontally.
Is there a step I'm missing?

thanks
--
Hutty

Nov 19 '05 #2
Thanks for the tip Sara. Thus far my research has yielded nothing that would
give a clue as to what I need to include. I've tried the treeview with
examples from msdn site as well. Still get the horizontal look. I'll keep
looking for examples.
thanks

"sara" wrote:
Hi Hutty
u forget to use style sheet
or there is another property named imageurl or i dont remeber exatly
but u must link to the url of a style
hint : the style is dowunloaded with this control
"Hutty" wrote:
I'm using the Microsoft.Web.UI.Webcontrol treeview, and I manually entered
the tree information through the editor. However, when I run the webpage it
does not present data in a treeview. Instead, it reads the data across the
page horizontally.
Is there a step I'm missing?

thanks
--
Hutty

Nov 19 '05 #3
u r welcome
look Hutty
i got this problem before when i upload my project to server
and this is cos:
1) im trying to refrence the dll from my machine not from server
2) the property SystemImagePath must be refrence to the path of the style(+
,_ ,..) the view of the tree it doesent work without this and it will apper
horizantal
belive me u need to look to this property

"Hutty" wrote:
Thanks for the tip Sara. Thus far my research has yielded nothing that would
give a clue as to what I need to include. I've tried the treeview with
examples from msdn site as well. Still get the horizontal look. I'll keep
looking for examples.
thanks

"sara" wrote:
Hi Hutty
u forget to use style sheet
or there is another property named imageurl or i dont remeber exatly
but u must link to the url of a style
hint : the style is dowunloaded with this control
"Hutty" wrote:
I'm using the Microsoft.Web.UI.Webcontrol treeview, and I manually entered
the tree information through the editor. However, when I run the webpage it
does not present data in a treeview. Instead, it reads the data across the
page horizontally.
Is there a step I'm missing?

thanks
--
Hutty

Nov 19 '05 #4
Hi Hutty,
when using this controls u have to make sure the DLL file is under
the BIN folder in the WWWROOT.
And did u install the Treeview well?
And by the way are using VS.NET to run it b-cos u might need to Add the
control from using Add Reference.
And again do u have the folder "webctrl_client" that contains the
components instaled properly?
Hope this helps
Patrick

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #5
Finally, I got it to work. Turns out you both were correct. For some
reason, web_client folder did not have a subfolder calle "1_0". It was
included with the web_client, "web_client1_0". The systempath was set to
the default "/web_client/1_0/treeimages/". So, it was a matter of correcting
path and renaming folders correctly.

Thanks for your help.

"Patrick Olurotimi Ige" wrote:
Hi Hutty,
when using this controls u have to make sure the DLL file is under
the BIN folder in the WWWROOT.
And did u install the Treeview well?
And by the way are using VS.NET to run it b-cos u might need to Add the
control from using Add Reference.
And again do u have the folder "webctrl_client" that contains the
components instaled properly?
Hope this helps
Patrick

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Steven | last post by:
Hello, I have a problem in using TreeView. I want to know how the TreeView can automatically Expand a path I have accessed before? I have tried to use "path.Expand()", but it seems no good...
4
by: Gönen EREN | last post by:
how can i collapse or expand a node of treeview control programmaticly? thanks.
2
by: Stephen | last post by:
In asp.net 1.1, the IE treeview web control has a property called "SelectExpands" that, when set to true, expands a node when a user clicks the node text. I can't seem to replicate this in the...
4
by: Karim El Jed | last post by:
Hi, I'm trying to expand a special Node of my TreeView from Codebehind. I have a TreeView on a page for navigating to another site. On the other tsite here is the same TreeView more precisely a...
3
by: Sam | last post by:
Hi, I'd like to select a node in my code and expand that node. How can I do the selection ? How can I expand it once I've selected the node ? Thx
0
by: Shadow Lynx | last post by:
When using ASP.NET 2.0's built-in TreeView on a page with <BASE target = "AnythingBut_Self"></BASE> in the HEAD, the expand/collapse buttons fail to function. The reason for this is that the...
0
by: jim | last post by:
Hi, I have a TreeView control that sits on the MasterPage. All of my other webpages inherit from that Master Page. The Treeview receives it's data using an XMLDataSource that has it's DataFile...
0
by: Tor Inge Rislaa | last post by:
I need to expand/collapse TreeView nodes to show/hide childnodes by clikcing on the node text (instead of using the expand/collapse icon). Does anyone know how to do that? (What property has to be...
0
by: Tor Inge Rislaa | last post by:
Controlling TreeView Expand/Collapse With a TreeView bound to an XML file as below I want to obtain the functionality where Chapter 2 and 3 are forced to collapse when Chapter 1 is...
1
by: =?Utf-8?B?U3dvb3No?= | last post by:
i have a treeview (id="trv") i would like to do something like this: trv.Attributes.Add("onexpand", "javascript:alert(this);"); i cannot make this work i would like to know if this is the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.