Archive for October 2nd, 2012
jQuery Tabs
While the TabControl provided by Microsoft in the AJAX toolkit is probably a bit easier to use, the Tabs in jQuery are not much harder to implement and give us a bit more flexibility.
Here are the steps to implement:
First, make sure the HTML (ASPX) page you are creating is pointing at the stylesheet that contains the jQuery UI theme you are using. The tabs make use of the themes and will not render as tabs unless the styles are pulled in.
Republished by Blog Post Promoter