PDA

Click to See Complete Forum and Search --> : Tree View in Asp.Net ???


harris_moin
Jun 24th, 2003, 07:22 AM
Hi...

How can we have a tree view in asp.net pages on web .... just like we have a component tree view for windows applications.

If there are any freeware components for the said purpose then kindly help me find them out.

Regards,

Harris

DevGrp
Jun 24th, 2003, 09:29 AM
Here ya go http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/overview.asp

J Staniforth
Jun 27th, 2003, 05:13 AM
This looks great but its not supported on framework 1.1. :-(

kleptos
Jun 27th, 2003, 08:08 AM
Microsoft provides the source code for the treeview control, so recompile it under 1.1 and you shouldnt have any problems.