Click to See Complete Forum and Search --> : How to create a TAB page in ASP.NET!


Frank100
May 31st, 2009, 07:37 AM
Hi Guys,

I have a web page with many controls in ASP.NET and I am showing records to these controls from database.
Now what I am trying to do is I want to create same page with same controls but this new page should be open as a tab page.
Could you please provide me any link or source code which can help me out?
(I am trying to create a TAB page with same controls)

Thanks,

Shuja Ali
May 31st, 2009, 10:09 AM
I am not sure which version you are using, but Ajax Toolkit/controls come with a Tab control. Take a look at this sample provided on asp.net
http://www.asp.net/Ajax/Ajaxcontroltoolkit/samples/Tabs/Tabs.aspx

Frank100
May 31st, 2009, 01:16 PM
Thanks Ali.
I am using VisualStudio2008.[C#]