Results 1 to 6 of 6

Thread: Tabs in asp.net 2010

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2012
    Posts
    60

    Tabs in asp.net 2010

    Guys i want to create a tab view like given .........
    what shud i do pls help.......
    give me suggestion for creating such pages.....
    Attached Files Attached Files

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Tabs in asp.net 2010

    Use the Microsoft Tabbed Dialog Control found under Project/Components

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2012
    Posts
    60

    Re: Tabs in asp.net 2010

    Hey dear i am creating web application in asp.net and there is no Component option under project.....
    pls help me........

    Quote Originally Posted by Hack View Post
    Use the Microsoft Tabbed Dialog Control found under Project/Components

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,929

    Re: Tabs in asp.net 2010

    In that case you posted in a place that was not appropriate... Thread moved from the 'VB6' forum to the 'ASP.Net' forum

  5. #5
    Frenzied Member MattP's Avatar
    Join Date
    Dec 2008
    Location
    WY
    Posts
    1,227

    Re: Tabs in asp.net 2010

    Complete with the failure to handle wrapped text?

    Have a look here: http://www.asp.net/ajaxlibrary/AjaxC...Tabs/Tabs.aspx

    You can change the look and feel of Tabs using the Tabs CssClass property. Tabs has a predefined set of CSS classes that can be overridden. It has a default style which is embedded as a WebResource and is a part of the Toolkit assembly that has styles set for all the sub-classes. You can find the default styles in the Toolkit solution in the "AjaxControlToolkit\Tabs\Tabs.css" file. If your CssClass does not provide values for any of those then it falls back to the default value.
    Here's a page that has some samples: http://digdotnet.blogspot.com/2008/0...ul-themes.html
    Last edited by MattP; Apr 5th, 2012 at 11:03 AM.
    This pattern in common to all great programmers I know: they're not experts in something as much as experts in becoming experts in something.

    The best programming advice I ever got was to spend my entire career becoming educable. And I suggest you do the same.

  6. #6

    Thread Starter
    Member
    Join Date
    Mar 2012
    Posts
    60

    Re: Tabs in asp.net 2010

    Is ajax control toolkit provided by third party or Microsoft only? will it create any problem in future???


    Quote Originally Posted by MattP View Post
    Complete with the failure to handle wrapped text?

    Have a look here: http://www.asp.net/ajaxlibrary/AjaxC...Tabs/Tabs.aspx



    Here's a page that has some samples: http://digdotnet.blogspot.com/2008/0...ul-themes.html

Posting Permissions

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



Click Here to Expand Forum to Full Width