Ken,
Thank you for your post. I am using the example from
http://www.gotdotnet.com/team/webcontrols/tab/tab2.aspx
I installed everything according to the IE web controls doc.
I repasted the example into place and I am getting the following error:
"The located assembly's manifest definition with name
'Microsoft.Web.UI.WebControls' does not match the assembly reference."
I noticed that if I removed the public token section on page it doesn't
error but all the content on the page is on the one page (it's flat
with not tabs) like in my original post.
So, I think it may be since I don't have the proper public token.
This is how the top of the page looks like (with the public token) just
like in the example:
<%@ Import Namespace="Microsoft.Web.UI.WebControls" %>
<%@ Register TagPrefix="mytab"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226,
Culture=neutral, PublicKeyToken= 31bf3856ad364e35" %>
How do I figure out what the public token is for the
Microsoft.Web.UI.WebControls dll? Or is there something else that I am
missing?
Can somebody send me a sample app that implements the sample from
http://www.gotdotnet.com/team/webcontrols/tab/tab2.aspx ?
I apprecaite your help!
Thanks,
Phin
Ken Varn wrote:[color=blue]
> Have you assigned your MultiPage control ID to the TargetID of the[/color]
tabstrip[color=blue]
> control?
>
> --
> -----------------------------------
> Ken Varn
> Senior Software Engineer
> Diebold Inc.
>
> EmailID = varnk
> Domain = Diebold.com
> -----------------------------------
> "Phin" <mrwoopey@yahoo.com> wrote in message
> news:1114815133.893810.44290@f14g2000cwb.googlegro ups.com...[color=green]
> > Hi,
> >
> > I have spent some time trying to get the tabstrip and multipage to[/color][/color]
work[color=blue][color=green]
> > (from the IE web controls).
> >
> > I read the article from:
> >[/color]
>[/color]
http://msdn.microsoft.com/library/de...w/tabstrip.asp[color=blue][color=green]
> >
> > On the bottom of the above URL there is a button that says "show[/color][/color]
me"[color=blue][color=green]
> > where you can see the tabstip and multipage in action. On the "show[/color][/color]
me"[color=blue][color=green]
> > page there is a button to view the source:
> >
http://www.gotdotnet.com/team/webcontrols/tab/tab2.aspx
> >
> > I have the Microsoft.Web.UI.WebControls.dll referenced in my[/color][/color]
project[color=blue][color=green]
> > and when the pages renders all the info for all the tabs is on one[/color][/color]
page[color=blue][color=green]
> > and the tabs are just text!
> >
> > I have tried many differnet examples (and saw similar posts with no
> > responses) and get the same results!
> >
> > I would appreciate any help in getting this to work.
> >
> > Please post!
> >
> > Thank you,
> >
> > Phin
> >[/color][/color]