Ask a Question related to ASP.NET General, Design and Development.
-
floater55 #1
IE Webcontrols - Tabstrip
So has anyone worked with the IE webcontrols much? I've found that they've come in very handy for Internet Explorer clients ... ON A WINDOWS PLATFORM ONLY! I've implemented the tabstrip control and it works out great (again only in IE on a PC). Does anyone have any suggestions for dynamically adapting this control to work with other browsers/platforms? Most specifically Safari on a OS X platform.
The whole reason for my usage of this control is that it is already written for me. It would be a shame to have to recreate it for other platforms. I guess the thing that sold me on it was Microsoft saying:
"The WebControls deliver content that renders in all commonly used browsers, while taking advantage of powerful features supported by Internet Explorer 5.5 or later versions. The WebControls provide an authoring solution with widespread reach, by delivering HTML 3.2 compatible content to downlevel browsers (Internet Explorer 5.01 or earlier or a browser other than Internet Explorer). ASP.NET Web forms detect the client browser capabilities and include DHTML behaviors in the Web pages downloaded to uplevel browsers (Internet Explorer 5.5 or later)."
I hate to say it, but from what I've seen, the above quote from Microsoft seems to be an outright lie. I would be happy to hear any suggestions or experience with this problem because right now I'm at a loss as to what to do about this.
-Brian
floater55 Guest
-
Create a web tabstrip control
Hi. I need to do a tabstrip custom control for my web apps get the values of the title os the tabs from a xml file. I can render one table os... -
Dynamic tabstrip and multipage
Hi You are right but I'm creating dynamic controls on each multi page and if I add the "If Not Page.IsPostBack Then" line I will not be able to... -
TabStrip controls
Hello, Could anyone recommend a good ASP.NET TabStrip server control? The IE webcontrol requires IE 5.5 and higher but I have to support as... -
problem using Microsoft.Web.UI.Webcontrols Tabstrip
Hello, i have a problem i want to inherit the tabstrip control and derive my own control to be used in my project for some reasons but when i do... -
Need Help Passing SelectedIndex (Int32) to IE Tabstrip Control
I have a user control built using the Microsoft IE Control. I declared a public variable as int32 (DefaultTab) in the user control. I can't... -
Craig Deelsnyder [MVP] #2
Re: IE Webcontrols - Tabstrip
Actually, they'd pry argue that Safari is so new and therefore not
'commonly used'...that really is part of it. Not to say the control isn't
'tailored' or biased towards IE, of course they want you to move there.
Without knowing how Safari supports HTML standards, and how all of that
relates to the TabControl that was built over a year ago, I couldn't say
it's a lie....
Have you tried overriding the browser capabilities in your .config, and map
the Safari user-agent string to support all the functionality of IE?
That's one possibility, I've done that before to get Netscape to work with
other things sometimes....
What does it look like anyway? What's wrong with it, does it show up at
all?
On Tue, 15 Jul 2003 10:54:02 -0500, floater55 <vangrubt@uwec.edu> wrote:
> So has anyone worked with the IE webcontrols much? I've found that
> they've come in very handy for Internet Explorer clients ... ON A WINDOWS
> PLATFORM ONLY! I've implemented the tabstrip control and it works out
> great (again only in IE on a PC). Does anyone have any suggestions for
> dynamically adapting this control to work with other browsers/platforms?
> Most specifically Safari on a OS X platform.
>
> The whole reason for my usage of this control is that it is already
> written for me. It would be a shame to have to recreate it for other
> platforms. I guess the thing that sold me on it was Microsoft saying:
>
> "The WebControls deliver content that renders in all commonly used
> browsers, while taking advantage of powerful features supported by
> Internet Explorer 5.5 or later versions. The WebControls provide an
> authoring solution with widespread reach, by delivering HTML 3.2
> compatible content to downlevel browsers (Internet Explorer 5.01 or
> earlier or a browser other than Internet Explorer). ASP.NET Web forms
> detect the client browser capabilities and include DHTML behaviors in the
> Web pages downloaded to uplevel browsers (Internet Explorer 5.5 or later)
> ."
>
> I hate to say it, but from what I've seen, the above quote from Microsoft
> seems to be an outright lie. I would be happy to hear any suggestions or
> experience with this problem because right now I'm at a loss as to what
> to do about this.
>
> -Brian
>
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Craig Deelsnyder [MVP] Guest
-
floater55 #3
Re: IE Webcontrols - Tabstrip
Well it does show up, but when you click a tab to move to another multipage
(and change the selected tab to the one you clicked) nothing occurs. The
original tab stays selected along with the original multipage.
It is not only Safari that is acting weird. It is IE 5 on OS 9 that is
doing the same thing. In addition to that Netscape 7 on a PC has similar
problems.
Everything renders fine with these browsers, however any functionality is
absent. For example if you click on a tab other than the default tab
nothing happens. On IE on a PC everything is fine.
I will try overiding the browser capability in my config file and see how
that works, however shouldn't it automatically detect the browser/platform
types? Thanks very much for the suggestion!
-Brian
"Craig Deelsnyder [MVP]" <cdeelsny@nospamyahoo.com> wrote in message
news:oprsdvjl0hbulmub@news.microsoft.com...map> Actually, they'd pry argue that Safari is so new and therefore not
> 'commonly used'...that really is part of it. Not to say the control isn't
> 'tailored' or biased towards IE, of course they want you to move there.
> Without knowing how Safari supports HTML standards, and how all of that
> relates to the TabControl that was built over a year ago, I couldn't say
> it's a lie....
>
> Have you tried overriding the browser capabilities in your .config, andWINDOWS> the Safari user-agent string to support all the functionality of IE?
> That's one possibility, I've done that before to get Netscape to work with
> other things sometimes....
>
> What does it look like anyway? What's wrong with it, does it show up at
> all?
>
>
>
> On Tue, 15 Jul 2003 10:54:02 -0500, floater55 <vangrubt@uwec.edu> wrote:
>> > So has anyone worked with the IE webcontrols much? I've found that
> > they've come in very handy for Internet Explorer clients ... ON A> > PLATFORM ONLY! I've implemented the tabstrip control and it works out
> > great (again only in IE on a PC). Does anyone have any suggestions forthe> > dynamically adapting this control to work with other browsers/platforms?
> > Most specifically Safari on a OS X platform.
> >
> > The whole reason for my usage of this control is that it is already
> > written for me. It would be a shame to have to recreate it for other
> > platforms. I guess the thing that sold me on it was Microsoft saying:
> >
> > "The WebControls deliver content that renders in all commonly used
> > browsers, while taking advantage of powerful features supported by
> > Internet Explorer 5.5 or later versions. The WebControls provide an
> > authoring solution with widespread reach, by delivering HTML 3.2
> > compatible content to downlevel browsers (Internet Explorer 5.01 or
> > earlier or a browser other than Internet Explorer). ASP.NET Web forms
> > detect the client browser capabilities and include DHTML behaviors inlater)> > Web pages downloaded to uplevel browsers (Internet Explorer 5.5 orMicrosoft> > ."
> >
> > I hate to say it, but from what I've seen, the above quote fromor> > seems to be an outright lie. I would be happy to hear any suggestions>> > experience with this problem because right now I'm at a loss as to what
> > to do about this.
> >
> > -Brian
> >
>
>
> --
> Craig Deelsnyder
> Microsoft MVP - ASP/ASP.NET
floater55 Guest



Reply With Quote

