Tab control in web application based C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rabeege
    New Member
    • Jan 2008
    • 2

    Tab control in web application based C#

    Hi evryone,

    please help me how to do tabs in web application in C#

    I know that is possible in window applications - in regular fourms

    but what about the web pages?

    please help me its critical to me

    thanx
  • camel
    New Member
    • Jan 2008
    • 55

    #2
    Net 2.0 - look at the MultiView control in harness with a Menu (you can make a menu look any way you want more or less). Earlier versions I wrote my own control to do it, you can achieve something that acts like tabs fairly readily. I dare say there is a free control\source code out there somewhere if you google

    Comment

    • Shashi Sadasivan
      Recognized Expert Top Contributor
      • Aug 2007
      • 1435

      #3
      If you are happy to use Ajax .Net, its got a tab control in it. :)

      Comment

      Working...