Tab Control in ASP.NET without using Ajax
-
Hello Friends.. I am new to ASP.NET. I want to use Tab Control in my web form without using AJAX. Need your help friends. Thank You
-
Hello Friends.. I am new to ASP.NET. I want to use Tab Control in my web form without using AJAX. Need your help friends. Thank You
You can use a normal navigation menu and use CSS to style the menu and the content holder to look like a tab control and use JQuery or Javascript to show and hide the content. Click here to look at this sample I have found.
-
You can use a normal navigation menu and use CSS to style the menu and the content holder to look like a tab control and use JQuery or Javascript to show and hide the content. Click here to look at this sample I have found.
Thank You dude... :)
-
Thank You dude... :)
-
Hello Friends.. I am new to ASP.NET. I want to use Tab Control in my web form without using AJAX. Need your help friends. Thank You
Hi You can use jquery tab refer below link for more information http://jqueryui.com/tabs/
-
Hi You can use jquery tab refer below link for more information http://jqueryui.com/tabs/
K...Thank you dude.