Showing posts with label toolbox. Show all posts
Showing posts with label toolbox. Show all posts

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.

Saturday, March 24, 2012

TabStrip or Tab Controls

I would like to place a tab control on an ASP Web Page. I
don't see a control that I can drag from the toolbox for
either "web forms" or "html" that I can use. Does anyone
know how to do this?There isn't one out of the box. You have to a) download the IE Web Controls
from http://www.asp.net/IEWebControls/Do...index=0&tabid=1, b)
add an association to the ie web controls dll to your project, then c)
manually add the tabstrip capability to the toolbox by customizing the
toolbar to display the items from the ie web controls dll.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Natasha" <ndicocco@.nauticom.net> wrote in message
news:0b6101c36822$81e3e9c0$a001280a@.phx.gbl...
> I would like to place a tab control on an ASP Web Page. I
> don't see a control that I can drag from the toolbox for
> either "web forms" or "html" that I can use. Does anyone
> know how to do this?