IE Webcontrols - Tabstrip

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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

    floater55 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139