Hello. I am trying to find a NON .NET answer to using a treeview
control with ASP. I am able to use this contror without issue in VB
but ASP presents an entirely different set of isssues.

I can get the treeview to populate based upon my recorset pulled from
the SQL Server but cannot get the value of the clicked node to appear
in the test input box. (This is the prelude to the actual working of
the click of the node. Once I capture the value on the page - the
processing can begin.) I also cannot seem to get my picture/icon to
show at the apptopriate node level. This is mostly because I don't
seem to be able to get the imagelist control to work properly. <sigh>

I could really use a simple, working example. All of the examples I
found are using .NET which is not an option for me here.

Thanks

David

Re: ASP Treeview SQL Server - URGENT NEED! by Curt_C

Curt_C
Thu Apr 29 07:55:54 CDT 2004

what control are you referring to? There is no tree control natively.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"David" <dpaskiet@comcast.net> wrote in message
news:100ad77a.0404290430.2fe75be3@posting.google.com...
> Hello. I am trying to find a NON .NET answer to using a treeview
> control with ASP. I am able to use this contror without issue in VB
> but ASP presents an entirely different set of isssues.
>
> I can get the treeview to populate based upon my recorset pulled from
> the SQL Server but cannot get the value of the clicked node to appear
> in the test input box. (This is the prelude to the actual working of
> the click of the node. Once I capture the value on the page - the
> processing can begin.) I also cannot seem to get my picture/icon to
> show at the apptopriate node level. This is mostly because I don't
> seem to be able to get the imagelist control to work properly. <sigh>
>
> I could really use a simple, working example. All of the examples I
> found are using .NET which is not an option for me here.
>
> Thanks
>
> David



Re: ASP Treeview SQL Server - URGENT NEED! by William

William
Thu Apr 29 09:29:34 CDT 2004


"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:eLxLajeLEHA.624@TK2MSFTNGP11.phx.gbl...
> what control are you referring to? There is no tree control natively.

I'd be willing to bet the OP was referring to the VB OCX.

In my experience, using native VB controls is more of a PITA than it's
worth. You might take a look at this article, though. It shows a very nice
method of creating a treeview using XML/XSL. I haven't tried it, but it
looks very nice.

http://www.15seconds.com/issue/010921.htm


--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri



Re: ASP Treeview SQL Server - URGENT NEED! by Curt_C

Curt_C
Thu Apr 29 09:49:39 CDT 2004

Ahhh... here is another to base off of to write your own.
http://www.darkfalz.com/1056/


--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"William Morris" <news.remove.this.and.the.dots@seamlyne.com> wrote in
message news:c6r3gq$emp9s$1@ID-205671.news.uni-berlin.de...
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:eLxLajeLEHA.624@TK2MSFTNGP11.phx.gbl...
> > what control are you referring to? There is no tree control natively.
>
> I'd be willing to bet the OP was referring to the VB OCX.
>
> In my experience, using native VB controls is more of a PITA than it's
> worth. You might take a look at this article, though. It shows a very
nice
> method of creating a treeview using XML/XSL. I haven't tried it, but it
> looks very nice.
>
> http://www.15seconds.com/issue/010921.htm
>
>
> --
> William Morris
> Product Development, Seritas LLC
> Kansas City, Missouri
>
>



Re: ASP Treeview SQL Server - URGENT NEED! by Aaron

Aaron
Thu Apr 29 11:16:29 CDT 2004

<aol>me too!</aol>

http://www.aspfaq.com/2311

(There's an example there for folders/files, plus links to several other
sites, including Curt's.)

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:ulpy9ifLEHA.556@TK2MSFTNGP10.phx.gbl...
> Ahhh... here is another to base off of to write your own.
> http://www.darkfalz.com/1056/
>
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "William Morris" <news.remove.this.and.the.dots@seamlyne.com> wrote in
> message news:c6r3gq$emp9s$1@ID-205671.news.uni-berlin.de...
>>
>> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
>> news:eLxLajeLEHA.624@TK2MSFTNGP11.phx.gbl...
>> > what control are you referring to? There is no tree control natively.
>>
>> I'd be willing to bet the OP was referring to the VB OCX.
>>
>> In my experience, using native VB controls is more of a PITA than it's
>> worth. You might take a look at this article, though. It shows a very
> nice
>> method of creating a treeview using XML/XSL. I haven't tried it, but it
>> looks very nice.
>>
>> http://www.15seconds.com/issue/010921.htm
>>
>>
>> --
>> William Morris
>> Product Development, Seritas LLC
>> Kansas City, Missouri
>>
>>
>
>