IE Web controls.

  • Thread starter Thread starter Marre
  • Start date Start date
M

Marre

Hi all!

I have a hompage that are using TreeView.

On MS page for WebControls reference it says that those are not supported
anymore.

I want to install the support for webcontrols on my webhotel, but if it´s
not supported anymore so...

Does anyone know why MS don´t support this? Is there any alternative that i
can use?

/Marre
 
I work for about one year with theWebControls.
I had some problems first time with the treeview when the server had a local
IP and entered from outside, the treeview loaded very slow, and the page was
coming in about 30 secs, but after changing the server to a real ip the
control worked fine.
I recommend you to use it, even if Microsoft says that is not supported
anymore.
I work with it on both frameworks (1.0 and 1.1) and it works fine.

Hope this helps
Dan Cimpoiesu
 
It's not supported because there are serious issues with it. Scalability,
memory consumption, memory leaks, poor interaction with other components,
smart navigation issues etc.

But, it's very very cool. If you want cool, use it. We answer all your
treeview questions on microsoft.public.framework.aspnet.webcontrols, so in
this regard you can find 'support'.
 
Back
Top