Showing posts with label tabstrip. Show all posts
Showing posts with label tabstrip. Show all posts

Monday, March 26, 2012

tabstrip

Hi,

I would like to insert a tabstrip in my website but I don't find the componant.

I found a tuto, but i don't understand!

Help me please!

Thanks

http://msdn.microsoft.com/archive/en-us/samples/internet/asp_dot_net_servercontrols/webcontrols/default.asp

http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/webcontrols_entry.asp

You first need to download the controls (if your using FW 1.1), that is provided in the 1st link. The second link will give you more sites to read through, I found it rather difficult to get it to work on my page, so hopefully you have better success. Good luck!

If you are using 2.0.... i'd recommend checking out the slides and example code for "Using Client Script in Custom Controls"

http://www.aspworkshops.com/Downloads/Default.aspx

VERY easy to use and setup and works great

TabStrip

Hi,

I am wanting to create my own TabStrip control, similar to the one that this site uses. The only problem is that I cannot find any tutorials/examples in vb.Net. Can someone help me out?

Thanks, OGHSGo there:http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1

TabStrip

IE WebControls had TabStrip web control. MS is not supporting IE WebControls any more. In VS 2005, there is no TabStrip control. How could I use TabStrip?There is no TabStrip control in the box of ASP.Net 2.0. But you can use the Menu control to do something similar by setting the Orientation attribute to Horizontal.

Tabstrip

Hi,
I have this website that consists of 2 frames.
In my topFrame I have a tabstrip.
What I am trying to do is, when you click on a tab, the corresponding page
is displayed in my mainFrame.
I can't seem to find how to do it.
Can anyone help me?
Thx.hi Bart,
this might be of interest to you
http://www.codeproject.com/aspnet/dwtabstrip.asp
the best
srini
"Bart Schelkens" wrote:

> Hi,
> I have this website that consists of 2 frames.
> In my topFrame I have a tabstrip.
> What I am trying to do is, when you click on a tab, the corresponding page
> is displayed in my mainFrame.
> I can't seem to find how to do it.
> Can anyone help me?
> Thx.
>
>
In the frames page set the target = "mainFrame" for the frame in which your
tabstrip is located.
Freddy
"Bart Schelkens" <BSchelkens@.hotmail.com> wrote in message
news:Odh25P5pEHA.3520@.TK2MSFTNGP11.phx.gbl...
> Hi,
> I have this website that consists of 2 frames.
> In my topFrame I have a tabstrip.
> What I am trying to do is, when you click on a tab, the corresponding page
> is displayed in my mainFrame.
> I can't seem to find how to do it.
> Can anyone help me?
> Thx.
>
i've been looking at it, but i can't get it to work
"srini" <srini@.discussions.microsoft.com> wrote in message
news:E28F54B1-5D69-49B6-A6A1-C6931EE92430@.microsoft.com...
> hi Bart,
> this might be of interest to you
> http://www.codeproject.com/aspnet/dwtabstrip.asp
> the best
> srini
> "Bart Schelkens" wrote:
>
page

TabStrip

How do u place a tab strip on to the form? ThanksThis article describes the tree view, but it is the same for the tab strip up until they get to adding nodes:

http://msdn.microsoft.com/workshop/webcontrols/using/designer/treeview.asp

Saturday, March 24, 2012

TABSTRIP

I am using a tabstrip control provided bymicrosoft.web.ui.webcontrols.dll. However this works fine onlyin IE. In Mozilla the screen goes haywire. Any suggestions onhow to make this control cross browser compatible. I havedeveloped a lot of screens and would not like to restart all thefront end development. I face the same problem with tree view.The fonts, sizing and alignment goes off.

Please help!!

----------
From: Jacob Williams

--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>NoYxX9OGaUKn6XUY83/0WA==</Id>Hi Jacob,

You may have to try some third party controls like

search for infragetics

Thanks
Raghavendra

"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.

Please help!!

----------
From: Jacob Williams

--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>NoYxX9OGaUKn6XUY83/0WA==</Id
microsoft.web.ui.webcontrols.dll - AKA Internet Explorer Controls ... hence
your problem ...

"would not like to restart all the front end development" - I hear you on
this one ... I had to make our intranet users make a choice; browser or
fancy control ... they chose the latter ... if you are coding for internet -
I feel your pain.

"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.

Please help!!

----------
From: Jacob Williams

--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>NoYxX9OGaUKn6XUY83/0WA==</Id

Tabstrip

Hi,

I have this website that consists of 2 frames.
In my topFrame I have a tabstrip.
What I am trying to do is, when you click on a tab, the corresponding page
is displayed in my mainFrame.

I can't seem to find how to do it.
Can anyone help me?

Thx.hi Bart,
this might be of interest to you
http://www.codeproject.com/aspnet/dwtabstrip.asp
the best
srini

"Bart Schelkens" wrote:

> Hi,
> I have this website that consists of 2 frames.
> In my topFrame I have a tabstrip.
> What I am trying to do is, when you click on a tab, the corresponding page
> is displayed in my mainFrame.
> I can't seem to find how to do it.
> Can anyone help me?
> Thx.
>
In the frames page set the target = "mainFrame" for the frame in which your
tabstrip is located.

Freddy

"Bart Schelkens" <BSchelkens@.hotmail.com> wrote in message
news:Odh25P5pEHA.3520@.TK2MSFTNGP11.phx.gbl...
> Hi,
> I have this website that consists of 2 frames.
> In my topFrame I have a tabstrip.
> What I am trying to do is, when you click on a tab, the corresponding page
> is displayed in my mainFrame.
> I can't seem to find how to do it.
> Can anyone help me?
> Thx.
i've been looking at it, but i can't get it to work

"srini" <srini@.discussions.microsoft.com> wrote in message
news:E28F54B1-5D69-49B6-A6A1-C6931EE92430@.microsoft.com...
> hi Bart,
> this might be of interest to you
> http://www.codeproject.com/aspnet/dwtabstrip.asp
> the best
> srini
> "Bart Schelkens" wrote:
> > Hi,
> > I have this website that consists of 2 frames.
> > In my topFrame I have a tabstrip.
> > What I am trying to do is, when you click on a tab, the corresponding
page
> > is displayed in my mainFrame.
> > I can't seem to find how to do it.
> > Can anyone help me?
> > Thx.

TABSTRIP

I am using a tabstrip control provided by=
microsoft=2Eweb=2Eui=2Ewebcontrols=2Edll
=2E However this works fine only=
in IE=2E In Mozilla the screen goes haywire=2E Any suggestions on=
how to make this control cross browser compatible=2E I have=
developed a lot of screens and would not like to restart all the=
front end development=2E I face the same problem with tree view=2E=
The fonts, sizing and alignment goes off=2E
Please help!!
From: Jacob Williams
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)
<Id>NoYxX9OGaUKn6XUY83/0WA=3D=3D</Id>Hi Jacob,
You may have to try some third party controls like
search for infragetics
Thanks
Raghavendra
"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.
Please help!!
From: Jacob Williams
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>NoYxX9OGaUKn6XUY83/0WA==</Id>
microsoft.web.ui.webcontrols.dll - AKA Internet Explorer Controls ... hence
your problem ...
"would not like to restart all the front end development" - I hear you on
this one ... I had to make our intranet users make a choice; browser or
fancy control ... they chose the latter ... if you are coding for internet -
I feel your pain.
"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.
Please help!!
From: Jacob Williams
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>NoYxX9OGaUKn6XUY83/0WA==</Id>

TabStrip + Multipage WebControl: Modify width?

Hello,
I use the TabStrip and the Multipage Webcontrol in my Web form. I have
three Tabs/Pages. However, I would like to define an area to the left
and to the right. Controls in these areas should always be visible.
Therefore I have put the TabStrip/Multipage inside a column of a HTML
table. The table consists of one row with three columns. But this
doesn't work at all. The table destroys the design of the PageViews,
but there should be space enough in the column to view the whole
PageViews.
As another approach I moved everything between a PageView into a User
control, one for each PageView. Then I included the User Controls. It
works fine, but as soon as I put the TabStrip/Multipage inside a HTML
column as above, it doesn't work either (which doesn't surprise me
since a User Control is little more than including).
As a final approach I replaced the MultiPage with three Panels. Each
of the panel should serve as a container for a PageView. Only one
panel should be visible at a time. I initialize each panel with its
User Control:
private void Page_Load(object sender, System.EventArgs e)
{
if(! IsPostBack)
{
devicePage = (Device)(LoadControl("Device.ascx") );
devicePage.ID = "devicePage";
Panel1.Controls.Add(devicePage);
pcbPage = (PCB)(LoadControl("PCB.ascx") );
pcbPage.ID = "pcbPage";
Panel2.Controls.Add(pcbPage);
boundCondPage = (BoundCond)(LoadControl("BoundCond.ascx") );
boundCondPage.ID = "boundCondPage";
Panel3.Controls.Add(boundCondPage);
tsHoriz.SelectedIndex = 0;
Panel1.Visible = true;
Panel2.Visible = false;
Panel3.Visible = false;
...
}
}
Also, I have set the AutoPostBack property of the TabStrip control to
true
and I have implemented a SelectedIndexChange handler for the TabStrip
control:
private void tsHoriz_SelectedIndexChange(object sender,
System.EventArgs e)
{
switch(tsHoriz.SelectedIndex)
{
case 0:
Panel1.Visible = true;
Panel2.Visible = false;
Panel3.Visible = false;
break;
case 1:
Panel1.Visible = false;
Panel2.Visible = true;
Panel3.Visible = false;
break;
case 2:
Panel1.Visible = false;
Panel2.Visible = false;
Panel3.Visible = true;
break;
}
...
But this doesn't work either. Only at first load does the first panel
appear with the appropriate User Control. As soon as I select another
tab, the User Control assigned with this tab isn't displayed. Also,
when I return to tab one the User Control assigned with the first
panel has disappeared too. It seems that the application forgets that
the Panels are populated with their corresponding User Controls. Note
that the User Control variables (i.e. devicePage, pcbPage, and
boundCondPage) are real member variables so they can't possibly go out
of scope.
So how can I get the functionality of a TabStrip + Multipage with
adjustible width?
(I have noticed that I *can* set the height of the Multipage. I can
have a button below the TabStrip/Multipage that is alway visible. I
guess that this is possible because I don't have to use a table to do
that: I simply can write the code for the button below the
TabStrip/Multipage code in the aspx file. But this is not what I want.
I want the button to appear right to the TabStrip/Multipage, but
always visible.)
Any help would be great.
Best regards
JohannesPlacing a tabstrip/pageview in a table should be no problem -- we have about
40 different pages
that do exactly the same thing without problems.
However, you need to be very careful that the HTML that is generated is accu
rate and legal; the
tabstrip/pageview and very sensitive to unclosed td/tr/table tags. You might
want to run the
tabstrip/pageview in downlevel mode to see if that makes a difference (I don
't recall how to do
that, but you can add config value to web.config to force it to run in downl
evel); you might try a
Mozilla browser to see if there's a difference (in Mozilla, there will be a
small gab on the
tabstrip above the pageview; this is because the HTML that the IE web contro
ls generates needs a bit
of tweak -- but the goal here is to solve the left/right padding).
When I've had problems with my tabstrip/pageviews; what I do is view the HTM
L source and then
cut/paste to a HTML edit (VS) and then reformat and make sure I have closed
all of the tags.
I don't know what your base browser requirements are; however if you just wa
nt to add some padding
around the tabstrip/pageivew look into using a <div style="padding-left: 10p
x">your-controls</div>.
Scott
"Johannes Eble" <skywalkerpackage@.hotmail.com> wrote in message
news:nm0h609iksp17to3m1c3vmq5dgbc9ohqp6@.
4ax.com...
> Hello,
> I use the TabStrip and the Multipage Webcontrol in my Web form. I have
> three Tabs/Pages. However, I would like to define an area to the left
> and to the right. Controls in these areas should always be visible.
> Therefore I have put the TabStrip/Multipage inside a column of a HTML
> table. The table consists of one row with three columns. But this
> doesn't work at all. The table destroys the design of the PageViews,
> but there should be space enough in the column to view the whole
> PageViews.
> As another approach I moved everything between a PageView into a User
> control, one for each PageView. Then I included the User Controls. It
> works fine, but as soon as I put the TabStrip/Multipage inside a HTML
> column as above, it doesn't work either (which doesn't surprise me
> since a User Control is little more than including).
> As a final approach I replaced the MultiPage with three Panels. Each
> of the panel should serve as a container for a PageView. Only one
> panel should be visible at a time. I initialize each panel with its
> User Control:
> private void Page_Load(object sender, System.EventArgs e)
> {
> if(! IsPostBack)
> {
> devicePage = (Device)(LoadControl("Device.ascx") );
> devicePage.ID = "devicePage";
> Panel1.Controls.Add(devicePage);
> pcbPage = (PCB)(LoadControl("PCB.ascx") );
> pcbPage.ID = "pcbPage";
> Panel2.Controls.Add(pcbPage);
> boundCondPage = (BoundCond)(LoadControl("BoundCond.ascx") );
> boundCondPage.ID = "boundCondPage";
> Panel3.Controls.Add(boundCondPage);
> tsHoriz.SelectedIndex = 0;
> Panel1.Visible = true;
> Panel2.Visible = false;
> Panel3.Visible = false;
>
> ...
> }
> }
> Also, I have set the AutoPostBack property of the TabStrip control to
> true
> and I have implemented a SelectedIndexChange handler for the TabStrip
> control:
> private void tsHoriz_SelectedIndexChange(object sender,
> System.EventArgs e)
> {
> switch(tsHoriz.SelectedIndex)
> {
> case 0:
> Panel1.Visible = true;
> Panel2.Visible = false;
> Panel3.Visible = false;
> break;
> case 1:
> Panel1.Visible = false;
> Panel2.Visible = true;
> Panel3.Visible = false;
> break;
> case 2:
> Panel1.Visible = false;
> Panel2.Visible = false;
> Panel3.Visible = true;
> break;
> }
> ...
>
> But this doesn't work either. Only at first load does the first panel
> appear with the appropriate User Control. As soon as I select another
> tab, the User Control assigned with this tab isn't displayed. Also,
> when I return to tab one the User Control assigned with the first
> panel has disappeared too. It seems that the application forgets that
> the Panels are populated with their corresponding User Controls. Note
> that the User Control variables (i.e. devicePage, pcbPage, and
> boundCondPage) are real member variables so they can't possibly go out
> of scope.
> So how can I get the functionality of a TabStrip + Multipage with
> adjustible width?
> (I have noticed that I *can* set the height of the Multipage. I can
> have a button below the TabStrip/Multipage that is alway visible. I
> guess that this is possible because I don't have to use a table to do
> that: I simply can write the code for the button below the
> TabStrip/Multipage code in the aspx file. But this is not what I want.
> I want the button to appear right to the TabStrip/Multipage, but
> always visible.)
>
> Any help would be great.
>
> Best regards
>
> Johannes
>
>
Hi Scott,
thanks very much for your answer.
You were probably right, i.e. some of the table tags were probably
garbled. I started a new web form. Then I placed the table, the
tabstrip and the multipage. Finally I placed the user controls one
after another. Now, everything seems to work fine, within the table.
Regards
Johannes

TabStrip code in VB.NET

Hi,

I've tried to find a way to connect .aspx pages to a TabStrip webctrl but I've only found code with embedded <table><tr> stuff.

Can anyone help me finding some useful code?

TIA

/Kennethtake a look at the tabstrip control at www.asp.net, comes with the
sourcecode

--
Regards

John Timney (Microsoft ASP.NET MVP)
--------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
--------------

"Kenneth" <anonymous@.discussions.microsoft.com> wrote in message
news:4A56DAA1-7BF9-4396-94DD-D28F86D644F8@.microsoft.com...
> Hi,
> I've tried to find a way to connect .aspx pages to a TabStrip webctrl but
I've only found code with embedded <table><tr> stuff.
> Can anyone help me finding some useful code?
> TIA
> /Kenneth
John,

This is exactly what I mean. in www.asp.net they're referring to the ie web ctrls and tabstrip can't handle urlnavigation to existing .aspx documents.

The IEWebCtrls are NOT the correct answer.

/Kenneth
well you can set IE controls... TabStrip exactly to do a postback... in the
postback you can check for the SelectedIndex and post it to whatever aspx
name you need to.
its not the most elegant way but it sure does the job.

private void tsNav_SelectedIndexChange(object sender, System.EventArgs e)
{
SetNav();
}
private void SetNav()
{
switch(tsNav.SelectedIndex)
{
case 0:
myLoader.Attributes.Add("src", "CA_ShowEarlyBird.aspx");
break;
case 1:
myLoader.Attributes.Add("src", "CA_ShowCategories.aspx");
break;
case 2:
myLoader.Attributes.Add("src", "CA_ShowSubCategories.aspx");
break;
case 3:
myLoader.Attributes.Add("src", "CA_ShowAvailableColors.aspx");
break;
case 4:
myLoader.Attributes.Add("src", "CA_ShowAvailableSizes.aspx");
break;
case 5:
myLoader.Attributes.Add("src", "CA_ShowProducts.aspx");
break;
case 6:
Response.Redirect("~/Signout.aspx");
break;
}
}

and it sure does work...

--
Regards,
HD
Once a Geek... Always a Geek
"Kenneth" <anonymous@.discussions.microsoft.com> wrote in message
news:3A86E31B-3662-4D24-8F95-14A7676DA18D@.microsoft.com...
> John,
> This is exactly what I mean. in www.asp.net they're referring to the ie
> web ctrls and tabstrip can't handle urlnavigation to existing .aspx
> documents.
> The IEWebCtrls are NOT the correct answer.
> /Kenneth

Tabstrip Control for web forms

"Saket Mundra" <SaketMundra@dotnet.itags.org.discussions.microsoft.com> wrote in message
news:1EED1B52-6301-45B9-A86D-F49D53335351@dotnet.itags.org.microsoft.com...

>I am looking for a tabstrip control for my web form. I have tried IE
> webcontrols. But they don't seem to work.

? Er, yes they do! Show us your code..."Manny" <Manny@.discussions.microsoft.com> wrote in message
news:650F2510-02FB-470F-AA4A-8A9C88DA4650@.microsoft.com...

> Can you even download them? I tried not to long ago and got neglected.

Neglected?

http://www.asp.net/IEWebControls/Do...index=0&tabid=1
"Manny" <Manny@.discussions.microsoft.com> wrote in message
news:650F2510-02FB-470F-AA4A-8A9C88DA4650@.microsoft.com...

> Can you even download them? I tried not to long ago and got neglected.

Neglected?

http://www.asp.net/IEWebControls/Do...index=0&tabid=1

TabStrip control and Form

Hi,

I am using a tab strip control on a web page. One of the tabs has a user
control, which has a form with a submit button on it.

If I want to create another form on another tab of the same tab strip
control then, it gives me an error message that only one form can be
created.

I want to create another form with a submit button so that form can be
posted back to the server. Can anyone help me with this?

Thanks

YatinHi,

ASPX page can contain just one server side Form.
You can use the existing Form to send just the current tab controls by
using javascript. Alternetivly you can add regular Forms (without
runat=server) as much as you want

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

TabStrip control

Do you know where can I get a free TabStrip control (for ASP.Net 2.0) with support for design-time customization, multiple tabs and change tab image?

Hi,

This might help:

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

You can try modifying it to suit your needs.

HTH,

Vivek


And also this client side tab might fit your need:Tabs.

tabstrip control

Can I use the tabstrip control and have clicks on different tabs to go to different aspx pages ? The tabstrip example in msdn have clicks on different tabs to execute different sections of the code in the same page.

Could anyone give me an example of how to do this?

TIAI don't know if you are looking for something like that howevertake a look here

TabStrip control help

Can anyone point me in the right direction here? I want to provide a tab
strip of the alphabet "A - Z". I have a stored procedure to look up company
records in an SQL 2000 database. My vision is to have a datagrid on each
tab, and when the user clicks the tab, it populates the datagrid with
company records corresponding to the letter clicked. I basically would want
the tabs blank, and when the user clicks a letter, it will run a stored
procedure passing the tab letter as a parameter and the datagrid on that tab
will be populated by the results. Can anyone point me in the right
direction?

Thanks All,
ChrisThough the Windows applications have it, ASP.NET does not come with a tab
strip control. There is a microsoft-provided set of web controls called the
"IE Webcontrols", but they are unsupported by Microsoft. However, in a way
that's good news because you can download them complete with source code.
I've used them successfully. I haven't had to download them in awhile, but
I am sure you could find them with google.

"Chris Kettenbach" <info@.piasd.net> wrote in message
news:noqdndmik57Wx-ffRVn-2w@.giganews.com...
> Can anyone point me in the right direction here? I want to provide a tab
> strip of the alphabet "A - Z". I have a stored procedure to look up
> company records in an SQL 2000 database. My vision is to have a datagrid
> on each tab, and when the user clicks the tab, it populates the datagrid
> with company records corresponding to the letter clicked. I basically
> would want the tabs blank, and when the user clicks a letter, it will run
> a stored procedure passing the tab letter as a parameter and the datagrid
> on that tab will be populated by the results. Can anyone point me in the
> right direction?
> Thanks All,
> Chris

TabStrip control help

Can anyone point me in the right direction here? I want to provide a tab
strip of the alphabet "A - Z". I have a stored procedure to look up company
records in an SQL 2000 database. My vision is to have a datagrid on each
tab, and when the user clicks the tab, it populates the datagrid with
company records corresponding to the letter clicked. I basically would want
the tabs blank, and when the user clicks a letter, it will run a stored
procedure passing the tab letter as a parameter and the datagrid on that tab
will be populated by the results. Can anyone point me in the right
direction?
Thanks All,
ChrisThough the Windows applications have it, ASP.NET does not come with a tab
strip control. There is a microsoft-provided set of web controls called the
"IE Webcontrols", but they are unsupported by Microsoft. However, in a way
that's good news because you can download them complete with source code.
I've used them successfully. I haven't had to download them in awhile, but
I am sure you could find them with google.
"Chris Kettenbach" <info@.piasd.net> wrote in message
news:noqdndmik57Wx-ffRVn-2w@.giganews.com...
> Can anyone point me in the right direction here? I want to provide a tab
> strip of the alphabet "A - Z". I have a stored procedure to look up
> company records in an SQL 2000 database. My vision is to have a datagrid
> on each tab, and when the user clicks the tab, it populates the datagrid
> with company records corresponding to the letter clicked. I basically
> would want the tabs blank, and when the user clicks a letter, it will run
> a stored procedure passing the tab letter as a parameter and the datagrid
> on that tab will be populated by the results. Can anyone point me in the
> right direction?
> Thanks All,
> Chris
>

Tabstrip Control for web forms

I am looking for a tabstrip control for my web form. I have tried IE
webcontrols. But they don't seem to work.
Pls suggest something. Any help is appreciated.
--
Thank You.
Saket Mundra"Saket Mundra" <SaketMundra@.discussions.microsoft.com> wrote in message
news:1EED1B52-6301-45B9-A86D-F49D53335351@.microsoft.com...

>I am looking for a tabstrip control for my web form. I have tried IE
> webcontrols. But they don't seem to work.
? Er, yes they do! Show us your code...
Can you even download them? I tried not to long ago and got neglected.
"Manny" <Manny@.discussions.microsoft.com> wrote in message
news:650F2510-02FB-470F-AA4A-8A9C88DA4650@.microsoft.com...

> Can you even download them? I tried not to long ago and got neglected.
Neglected?
http://www.asp.net/IEWebControls/Do...index=0&tabid=1

TabStrip controls

Hello,

Could anyone recommend a good ASP.NET TabStrip
server control? The IE webcontrol requires IE 5.5 and
higher but I have to support as many browsers as possible
on multiple platforms. I looked at the VisualASP one but
it seems they lack a lot of basic .NET stuff like
templates. Any suggestions? Thanks!have a look at what infragistics has to offer, you may find one there
"Mark Fox" <info@.solelsoftware.com> wrote in message
news:0d9d01c35cca$93bf68d0$a101280a@.phx.gbl...
> Hello,
> Could anyone recommend a good ASP.NET TabStrip
> server control? The IE webcontrol requires IE 5.5 and
> higher but I have to support as many browsers as possible
> on multiple platforms. I looked at the VisualASP one but
> it seems they lack a lot of basic .NET stuff like
> templates. Any suggestions? Thanks!
Thanks for the lead. Their's looks great.

>--Original Message--
>have a look at what infragistics has to offer, you may
find one there
>"Mark Fox" <info@.solelsoftware.com> wrote in message
>news:0d9d01c35cca$93bf68d0$a101280a@.phx.gbl...
>> Hello,
>>
>> Could anyone recommend a good ASP.NET TabStrip
>> server control? The IE webcontrol requires IE 5.5 and
>> higher but I have to support as many browsers as
possible
>> on multiple platforms. I looked at the VisualASP one
but
>> it seems they lack a lot of basic .NET stuff like
>> templates. Any suggestions? Thanks!
>
>.

Tabstrip dynamic functionality ?

Ive added a tabstrip to my code (see below code):


<iewc:TabStrip id="myTabStrip" runat="server" TabDefaultStyle="background-color:#d3d3d3; border:solid 1px black; font-family:verdana; font-weight:bold; font-size:8pt; color:#ffffff; width:79; height:21; text-align:center"
SepDefaultStyle="width:10px; border-bottom: solid 1px black;" TabHoverStyle="background-color:#d3d3d3"
TabSelectedStyle="background-color:#ffffff;color:#000000" Width="100%" Height="24px" AutoPostBack="True">
<iewc:Tab></iewc:Tab>
<iewc:TabSeparator></iewc:TabSeparator>
<iewc:Tab TabIndex="1"></iewc:Tab>
<iewc:TabSeparator></iewc:TabSeparator>
<iewc:Tab TabIndex="2"></iewc:Tab>
<iewc:TabSeparator></iewc:TabSeparator>
<iewc:Tab TabIndex="3"></iewc:Tab>
</iewc:TabStrip>

This works fine, but what I really want to do is dynamically add / remove tabs depending on records in a database. For example if a table in a database has 5 records, then the tabstrip displays 5 tabs, if it holds 3 records then the tabstrip displays 3 tabs.

Is this possible ?? If so, how do I go about doing this in codebehind ?

thanks
ferkh10.This post should shed some light:view post 437723

Also, there is a forum for the Internet Explorer Web Controls:view forum 91. That is a good place to ask questions related to the TabStrip and TreeView controls.

Terri

tabstrip graphics

I believe it's possible to do the following but I'm not sure. I want to load a graphic or different "design" into my IE Tabstrip control for the tabs. How would I do this and where can I find some free graphics??

<IEWC:TAB DefaultImageURL="images/StatusTabs/Tab_Inop_Unsel.gif" HoverImageURL="images/StatusTabs/Tab_Inop_Sel.gif"
SelectedImageURL="images/StatusTabs/Tab_Inop_Sel.gif" />

i found a tab i liked - altered it with photoshop, made 2 states (hover/selected and unselected) then used as above

images.google.com - used advance search for small gif

HTH