Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. ASP Controls

ASP Controls

Scheduled Pinned Locked Moved ASP.NET
question
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Boycech
    wrote on last edited by
    #1

    I need to incorporate tabs into my Web project. I would like to have four or five tabbed pages. Is there a control for this? Thanks :) Chad

    I N P 3 Replies Last reply
    0
    • B Boycech

      I need to incorporate tabs into my Web project. I would like to have four or five tabbed pages. Is there a control for this? Thanks :) Chad

      I Offline
      I Offline
      Ian Darling
      wrote on last edited by
      #2

      Boycech wrote: there a control for this? As far as I know, there isn't one that ships with ASP.NET. There may be freely available or commercial controls that do this, you'll have to do a search for them. However, the effect is easy enough to do yourself - put the contents of each tab inside a DIV (which in turn are all in the FORM for the page), and display and hide the DIVs as appropriate using links or buttons at the top of the page that run the necessary javascript code. If each tab needs to be a separate page, then you'll probably want to write a control that displays separately configured tabs - then just dump this control onto each page. -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky

      1 Reply Last reply
      0
      • B Boycech

        I need to incorporate tabs into my Web project. I would like to have four or five tabbed pages. Is there a control for this? Thanks :) Chad

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        http://www.asp.net/Default.aspx?tabindex=7&tabid=41[^] Internet Explorer Web Controls

        1 Reply Last reply
        0
        • B Boycech

          I need to incorporate tabs into my Web project. I would like to have four or five tabbed pages. Is there a control for this? Thanks :) Chad

          P Offline
          P Offline
          Paul Watson
          wrote on last edited by
          #4

          Hi Boycech, I developed an ASP.NET tab control. We used them in our intranet and Brian Dela has them on his website. Alas, they are Internet Explorer 6.0 only at the moment but feel free to play with the code if you need other browsers. It supports dynamic tabs (so all the tab pages are on one page, no server round trip) as well as the normal hyerplink to multiple pages way of navigating. If this sounds like something you could use, email me and I will send you the source and DLL. regards, Paul Watson Bluegrass South Africa Brian Welsch wrote: "blah blah blah, maybe a potato?" while translating my Afrikaans. Crikey! ain't life grand?

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups