HI friends
i am new to asp.net, I want to use tabbing
Please give me some idea.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gaurish KumarPosted Nov 20, 2009, 3:14 AM
Hi
You have to add the reference of ajaxtoolkit.dll
then use this code
<ajaxToolkit:TabContainer ID="TabContainerQuestion" runat="server" CssClass="MCN_Ajax_Tab_Theme">
<ajaxToolkit:TabPanel ID="TabPanel1" runat="server" HeaderText="Panel1">
<ContentTemplate>
<%-- Put any control here--%>
ContentTemplate>
ajaxToolkit:TabPanel>
<ajaxToolkit:TabPanel ID="TabPanel2" runat="server" HeaderText="Panel2">
<ContentTemplate>
<%-- Put any control here--%>
ContentTemplate>
ajaxToolkit:TabPanel>
Lalit MPosted Nov 20, 2009, 3:39 AM
Show this articles also might be help.
Paresh SharmaPosted Nov 20, 2009, 3:34 AM
Roei BarPosted Nov 20, 2009, 2:42 AM
here is a gr8 article for you.
http://www.mikesdotnetting.com/Article/102/Lazy-Loading-jQuery-Tabs-with-ASP.NET
its an implementation of JQuery Tabs with ASP.NET
hope its what you looking for
Paresh SharmaPosted Nov 20, 2009, 2:28 AM
could you provide some code for that.
Thanks
Gaurish KumarPosted Nov 20, 2009, 2:26 AM
You can do this by using ajax toolkit very easily
use ajaxToolkit:TabContainer and ajaxToolkit:TabPanel tag