I am making a website in asp.net in which i have a need of making page visible as a tabbed control of AJAX.
Description : I have menus on left hand side of my webpage , when i click any of the menu item an respective page is loaded , now i want to display this page as a tab.
here is an image for what i want : http://www.freeimagehosting.net/dssj7
krunalpancha...
Member
10 Points
26 Posts
Dynamically creating Tabbed Page in asp.net
May 01, 2012 07:58 AM|LINK
Hello everyone,
I am making a website in asp.net in which i have a need of making page visible as a tabbed control of AJAX.
Description : I have menus on left hand side of my webpage , when i click any of the menu item an respective page is loaded , now i want to display this page as a tab.
here is an image for what i want : http://www.freeimagehosting.net/dssj7
Please help.
Thanks in advance,
Regards,
Krunal Panchal
pankaj_rayal
Member
316 Points
99 Posts
Re: Dynamically creating Tabbed Page in asp.net
May 01, 2012 08:52 AM|LINK
If I'm not wrong, you want are loading a page whenever clicking on menu on left hand side.
I am not sure but I think you can include your controls in a Ajax Tab Control.
nijhawan.sau...
All-Star
16394 Points
3170 Posts
Re: Dynamically creating Tabbed Page in asp.net
May 01, 2012 09:10 AM|LINK
You can use the Tab control available in ajax toolkit and change tabs on menu click
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/Tabs/Tabs.aspx
Ashley.Jones
Member
210 Points
51 Posts
Re: Dynamically creating Tabbed Page in asp.net
May 01, 2012 09:32 AM|LINK
Hello,
Below article might get you started.
http://www.codeproject.com/Articles/28207/Using-ASP-NET-AJAX-TAB-Control
http://www.codeproject.com/Articles/13165/A-Simple-ASP-NET-Tab-Control-Using-the-MultiView-c