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

  1. #1

    Default 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 many browsers as possible
    on multiple platforms. I looked at the VisualASP one but
    it seems they lack a lot of basic .NET stuff like
    templates. Any suggestions? Thanks!
    Mark Fox 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. Fill Tabstrip Control dynamically with multiple treeview controls
      I am trying to dyanmically add tabs to my tabstrip control and then build a different treecontrol for each tab on my tab control. Basically the...
    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. 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...
  3. #2

    Default Re: TabStrip controls

    have a look at what infragistics has to offer, you may find one there
    "Mark Fox" <info@solelsoftware.com> wrote in message
    news:0d9d01c35cca$93bf68d0$a101280a@phx.gbl...
    > 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 many browsers as possible
    > on multiple platforms. I looked at the VisualASP one but
    > it seems they lack a lot of basic .NET stuff like
    > templates. Any suggestions? Thanks!

    Alvin Bruney 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