How to Create a tab Control in Asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hellboss
    New Member
    • Jun 2007
    • 50

    How to Create a tab Control in Asp.net

    Hi !

    Iam using asp.net (vs05) , i need to create a tab control in a web page so that i hold a data grid , , Is it possible with asp.net or else kindly provide me with some solution asap !

    Thanks in advance !
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by hellboss
    Hi !

    Iam using asp.net (vs05) , i need to create a tab control in a web page so that i hold a data grid , , Is it possible with asp.net or else kindly provide me with some solution asap !

    Thanks in advance !
    Hi there!
    Welcome to theScripts, I hope you like it here :)

    What have you tried so far to solve your problem?
    A simple google search will give you many examples of how you may implement a tab control into a .NET website.

    I'm not clear what you would like to do with your data grid.
    Could you please provide more information?

    Thanks

    -Frinny

    Comment

    • nmsreddi
      Contributor
      • Jul 2006
      • 366

      #3
      Originally posted by Frinavale
      Hi there!
      Welcome to theScripts, I hope you like it here :)

      What have you tried so far to solve your problem?
      A simple google search will give you many examples of how you may implement a tab control into a .NET website.

      I'm not clear what you would like to do with your data grid.
      Could you please provide more information?

      Thanks

      -Frinny
      Hello

      Instead of tab control in ASP.net you have to use Wizard control which gives the same possibilites like tab control

      i dont think there is a tab control directly in asp.net like in windows applications

      Regards

      Comment

      Working...