Monday, March 26, 2012

TabPage Control ?

Hello,

I want to create a TabPage control for my web application like one page layout with 2 different pages, but in the toolbox VS2005 doesn't have that option, So instead of creating 2 different pages and directing from one to the another, I'm wondering if I could use the TabPage control to keep one page layout and have the ability to flip back and fourth from one page to another, Does anyone knows how to do it and really appreciated if have any tips or suggestions on how to accomplish this, thanks

Have you considered using the ASP.NET AJAX TabControl or using a MultiView control to simulates Tabs?


I would consider to try both if it works, How do you setup the ASP.NET AJAX TabControl in Visual Studio 2005 ? In the toolbox control it doesn't have any TabControl option, all I have is the MultiView in the toolbox but I'm not sure how to setup the multi page inside the MultiView control, Can you guide me through this? thanks


Refer the the link below for an example on using the ASP.NET AJAX TabControl.

http://www.asp.net/learn/ajax-videos/video-156.aspx

Here are a few links for the MultiView Control.

http://www.codeproject.com/aspnet/TabControl.asp

http://www.c-sharpcorner.com/UploadFile/mahesh/Multiview10092005215233PM/Multiview.aspx?ArticleID=ad731f33-820e-4968-89fa-393c43872384

http://www.internet.com/video/ Scroll down the leftside under Developer Videos the Using ASP.NET 2.0 MultiView Control is the last one.

Hope these help.

0 comments:

Post a Comment