ie web controls not working in mozilla & ie 7!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone!

Is there anyway to make ie web controls work in mozilla and ie 7?

Thanks in advance!
 
I' m interested in multipage control especially,
so, should I use multiview web control?

The problem with that is that I can't manipulate it using javascript...

So, what should I do?
 
I' m interested in multipage control especially,
so, should I use multiview web control?
No.

The problem with that is that I can't manipulate it using javascript...

That's right!
So, what should I do?

Well, if you want a completely client-side solution, try this:
http://www.barelyfitz.com/projects/tabber/

If you need it to work in ASP.NET 2, especially with MasterPages, contact me
privately for an updated version, as I had to (virtually) rewrite it...
 
Actually I don't want a tab,
just a 'multi page' control,
hiding a page content to show later
 
Trying with clientTarget="upLevel" page directive, showed all pageviews of
the multipage, while without it (and trying several browsercaps suggested)
renders the multipage control as table (from "view source")!

Please help me guys!
I'm stuck on this!
What should I do to make mozilla firefox render multipage correctly?
 
IE Web Controls are not supported officially from Microsoft and their
development has stopped approx 3 years ago. For free components you
can check out what ships with ASP.NET 2.0 and VS2005 (treeview, menu)
and you can also check out the ASP.NET AJAX Control toolkit for many
free controls including Tabs.

http://ajax.asp.net/ajaxtoolkit/Tabs/Tabs.aspx

Still, I find stock control limited in functionality and appearance
and am using third party tools (but yes, they cost money).
http://www.telerik.com/demos/aspnet...x/FileBrowser/DefaultCS.aspx?product=treeview
 
Back
Top