Hello David,
I didn't see such web server controls before. Surely we could develop one in a windows forms control or ActiveX control and
then host it in web page. However, I think you have know this way before.
On my opinion, developing it as a new web server control is a time consuming work. I think you could just use a tree control
and manage the content of the control to control the size of it. Or you could just add several combobox server control in the
page to simulate it. In this way, you could save a lot of time.
Tree server control:
http://www.codeproject.com/aspnet/treeweb.asp
Combobox server control:
http://www.coreyhulen.com/
Hope it helps.
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!X-Trace-PostClient-IP: 68.147.103.224
!From: "David W. Simmonds" <
[email protected]>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Hierarchal Tree Control in a combobox
!Lines: 8
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Message-ID: <%
[email protected]>
!Date: Sun, 27 Jul 2003 17:06:03 GMT
!NNTP-Posting-Host: 24.71.223.147
!X-Complaints-To: (e-mail address removed)
!X-Trace: news3.calgary.shaw.ca 1059325563 24.71.223.147 (Sun, 27 Jul 2003 11:06:03 MDT)
!NNTP-Posting-Date: Sun, 27 Jul 2003 11:06:03 MDT
!Organization: Shaw Residential Internet
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.com!prodigy.com!
in.100proofnews.com!in.100proofnews.com!pd2nf1so.cg.shawcable.net!residential.shaw.ca!
news3.calgary.shaw.ca.POSTED!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162427
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Outside of building a custom ActiveX control that would need to run on the
!user's machine and have security attributes set to allow such, does anyone
!have any code that will allow a combobox to display a tree of items? I could
!display a tree control, but that takes a lot of space on the page. I have
!seen comboboxes in non-web apps uses such a thing. I want to be able to
!display a tree in a compact fashion. Any ideas would be appreciated.
!
!
!