Wrapping ASP.NET AJAX TabContainer Tabs
Check out Nazar Rizvi’s article on how to get your tab headers to wrap onto a second row for your ASP.NET AJAX TabContainer control. Common problem; easy fix.
1 Comment »
Leave a Reply
-
Recent
- Highlighting a GridView Row When Clicking a CheckBox
- Determining a Browser’s Dimensions with Javascript
- Executing Server-side Code from JavaScript
- Wrapping ASP.NET AJAX TabContainer Tabs
- Handling Multiple Asynchronous Postbacks
- Disabling a Trigger Control During Asynchronous PostBack
- Maintain Scroll Position after Asynchronous Postback
- Selecting an AJAX AccordionPane by ID
- Easy SQL “If Record Exists, Update It. If Not, Insert It.”
- View Source Trick for Pages with Partial Rendering
- Controlling the ASP.NET Timer Control with JavaScript
- A Client-side Ajax Login for ASP.NET
-
Links
-
Archives
- January 2008 (3)
- December 2007 (4)
- November 2007 (6)
-
Categories
-
RSS
Entries RSS
Comments RSS
I have 8 tabpanel in my ajaxtab using the purpose of registration, i can set activetabindex=0, but i want to disable the remaining tabpanel in the pageload event because we must to enter the data in tabpanel1 not directly enter the data into tabpanel2 or othertabpanel please help me
srikanth:
May I ask why you’re using Tabs for this? If you aren’t allowing them to click on the tabs, you’d probably just be better off using a Wizard control that does exactly what you need.
Regards,
Andy