Home All Groups Group Topic Archive Search About

Compatibility problem of IEWebConrols

Author
29 Mar 2005 12:35 AM
dweng@hronline
We use IEWebControls (including TreeView and TabStrip) in our Dot Net
application. It works fine in IE6.0. But the treeview does not work in IE5.0,
Netscape and Firefox. When we click the item of treeview, the expected result
is that the tree will be expanded and shows the sub tree. But in Netscape,
IE5.0 and Firefox, when we click the item of treeview, the tree disappears
and we can not go ahead. I got some information through the Internet; I tried
some solutions they provided, but it still does not work. Would you please
give me some suggestion? Thanks in advance.

Author
29 Mar 2005 3:08 PM
nandha
Hi,
The compatability of these webcontrols are listed in
microsoft site.
Like the other WebControls, the webcontrols makes use of
Dynamic HTML (DHTML) behaviors in uplevel browsers. With
WebControls, an uplevel browser is Internet Explorer 5.5
or later.

http://msdn.microsoft.com/library/default.asp?
url=/workshop/webcontrols/overview/tabstrip.asp

Regards,
nandha

>-----Original Message-----
>We use IEWebControls (including TreeView and TabStrip) in
our Dot Net
>application. It works fine in IE6.0. But the treeview
does not work in IE5.0,
>Netscape and Firefox. When we click the item of treeview,
the expected result
>is that the tree will be expanded and shows the sub tree.
But in Netscape,
>IE5.0 and Firefox, when we click the item of treeview,
the tree disappears
>and we can not go ahead. I got some information through
the Internet; I tried
>some solutions they provided, but it still does not work.
Would you please
Show quoteHide quote
>give me some suggestion? Thanks in advance.
>
>.
>