473,750 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HELP! TabStrip with Multipage is not working!

Hi,

I have spent some time trying to get the tabstrip and multipage to work
(from the IE web controls).

I read the article from:
http://msdn.microsoft.com/library/de...w/tabstrip.asp

On the bottom of the above URL there is a button that says "show me"
where you can see the tabstip and multipage in action. On the "show me"
page there is a button to view the source:
http://www.gotdotnet.com/team/webcontrols/tab/tab2.aspx

I have the Microsoft.Web.U I.WebControls.d ll referenced in my project
and when the pages renders all the info for all the tabs is on one page
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

Nov 19 '05 #1
9 8481
I have posted a similar solution here before..
Phin the problem here is that u have referenced the control but u
haven't installed the scripts correctly that RUN the tabstrip,treevi ew
etc..
Try this:-
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory.
The build folder contains Microsoft.Web.U I.WebControls.d ll and a
Runtime directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\ 1_0
directory under your top-level site directory. For example, if your
site root is c:\Inetpub\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

2. Create a new web application in IIS and copy the contents of the
samples directory to this application directory. For example:

xcopy /s /i .\samples c:\Inetpub\wwwr oot\sampleapp /y

3. Create a /bin subdirectory for the application and copy the file
Microsoft.Web.U I.WebControls.d ll to this directory.

The contents of the application will be as follows:

/sampleapp
multipage.aspx
state_city.xml
tabstrip.aspx
toolbar.aspx
treeview.aspx
treeview_bound. aspx
/bin
Microsoft.Web.U I.WebControls.d ll

4. Request the sample pages from your Internet Explorer web browser, for
example: http://localhost/sampleapp/multipage.aspx

For additional documentation and samples visit:
http://msdn.microsoft.com/library/de...p/webcontrols/
webcontrols_ent ry.asp

Hope this helps
Patrick

*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #2
Patrick,

I thought I followed those steps but let me try it again.

Thank you!

Phin

Patrick Olurotimi Ige wrote:
I have posted a similar solution here before..
Phin the problem here is that u have referenced the control but u
haven't installed the scripts correctly that RUN the tabstrip,treevi ew etc..
Try this:-
To build the IE Web Controls:

1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1
2. Run Build.bat, which will create a build folder in this directory. The build folder contains Microsoft.Web.U I.WebControls.d ll and a
Runtime directory of supporting files.

To run the IE Web Controls:

1. Copy the contents of the Runtime directory to the webctrl_client\ 1_0 directory under your top-level site directory. For example, if your
site root is c:\Inetpub\wwwr oot, type this at the command prompt:

xcopy /s /i .\build\Runtime c:\Inetpub\wwwr oot\webctrl_cli ent\1_0 /y

This will create the following directory structure under the site:

/webctrl_client/1_0
MultiPage.htc
TabStrip.htc
toolbar.htc
treeview.htc
webservice.htc
webserviced.htc
[images]
[treeimages]

2. Create a new web application in IIS and copy the contents of the
samples directory to this application directory. For example:

xcopy /s /i .\samples c:\Inetpub\wwwr oot\sampleapp /y

3. Create a /bin subdirectory for the application and copy the file
Microsoft.Web.U I.WebControls.d ll to this directory.

The contents of the application will be as follows:

/sampleapp
multipage.aspx
state_city.xml
tabstrip.aspx
toolbar.aspx
treeview.aspx
treeview_bound. aspx
/bin
Microsoft.Web.U I.WebControls.d ll

4. Request the sample pages from your Internet Explorer web browser, for example: http://localhost/sampleapp/multipage.aspx

For additional documentation and samples visit:
http://msdn.microsoft.com/library/de...p/webcontrols/ webcontrols_ent ry.asp

Hope this helps
Patrick

*** Sent via Developersdex http://www.developersdex.com ***


Nov 19 '05 #3
Have you assigned your MultiPage control ID to the TargetID of the tabstrip
control?

--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------
"Phin" <mr******@yahoo .com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
Hi,

I have spent some time trying to get the tabstrip and multipage to work
(from the IE web controls).

I read the article from:
http://msdn.microsoft.com/library/de...w/tabstrip.asp
On the bottom of the above URL there is a button that says "show me"
where you can see the tabstip and multipage in action. On the "show me"
page there is a button to view the source:
http://www.gotdotnet.com/team/webcontrols/tab/tab2.aspx

I have the Microsoft.Web.U I.WebControls.d ll referenced in my project
and when the pages renders all the info for all the tabs is on one page
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

Nov 19 '05 #4
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="Micr osoft.Web.UI.We bControls" %>
<%@ Register TagPrefix="myta b"
Namespace="Micr osoft.Web.UI.We bControls"
Assembly="Micro soft.Web.UI.Web Controls, Version=1.0.2.2 26,
Culture=neutral , PublicKeyToken= 31bf3856ad364e3 5" %>

How do I figure out what the public token is for the
Microsoft.Web.U I.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:
Have you assigned your MultiPage control ID to the TargetID of the tabstrip control?

--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------
"Phin" <mr******@yahoo .com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
Hi,

I have spent some time trying to get the tabstrip and multipage to work (from the IE web controls).

I read the article from:

http://msdn.microsoft.com/library/de...w/tabstrip.asp

On the bottom of the above URL there is a button that says "show me" where you can see the tabstip and multipage in action. On the "show me" page there is a button to view the source:
http://www.gotdotnet.com/team/webcontrols/tab/tab2.aspx

I have the Microsoft.Web.U I.WebControls.d ll referenced in my project and when the pages renders all the info for all the tabs is on one page 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


Nov 19 '05 #5
Another thing that I noticed is that in design view in VS.NET the page
looks like it should, with the tabs but when I run it without a public
token the page is flat (all of the content is on one page) with no
tabs. But if I use the PublicKeyToken like in the examples, I get the
"The located assembly's manifest definition with name
'Microsoft.Web. UI.WebControls' does not match the assembly reference"

I looked at many posts but I didn't find a solution that worked.

I appreciate your help!

Thanks,

Phin

Nov 19 '05 #6
OK. I figured it out. I am going to post everything that I did so the
next person can get up and running that much faster.

After I installed the IE web controls, according to a post I updated
the build.bat file to look like this (since the
Microsoft.Web.U I.WebControls.d ll wasn't being created):

@if "%_echo%"== "" echo off

if not exist build mkdir build

C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322\cs c.exe
/out:build\Micro soft.Web.UI.Web Controls.dll @IEWebControls. rsp
xcopy src\Runtime build\Runtime /E /Y /I /Q

Then I followed the instructions exactly and tried to access the app
via a browser. But I received the following error: "File or assembly
name Microsoft.Web.U I.WebControls, or one of its dependencies, was not
found"

So, I went into VS.NET created a new asp.net project added my web forms
and add reference to the dll and it worked!

Thank you for all your help!

Phin

Nov 19 '05 #7
One more thing. If you want to move the location of your webctrl_client
folder add the following to the top of your web.config file under
<configuratio n> (and update the location of your webctrl_client:
<configSections >
<section name="Microsoft WebControls"
type="System.Co nfiguration.Nam eValueFileSecti onHandler, System,
Version=1.0.330 0.0, Culture=neutral , PublicKeyToken= b77a5c561934e08 9"/>

</configSections>

<MicrosoftWebCo ntrols>
<add key="CommonFile s"
value="http://localhost/Your_APP/webctrl_client/1_0/" />
</MicrosoftWebCon trols>

Good luck!

Phin

Nov 19 '05 #8
You make the above even more flexible by replacing the
<MicrosoftWebCo ntrols> with:

<MicrosoftWebCo ntrols>
<add key="CommonFile s" value="webctrl_ client/1_0/" />
</MicrosoftWebCon trols>

Phin

Nov 19 '05 #9
For the sake of posting a complete solution, remember to change the
webctrl_client location in any web page that refers to it.
Phin

Nov 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
6554
by: Dave | last post by:
After following Microsofts admonition to reformat my system before doing a final compilation of my app I got many warnings/errors upon compiling an rtf file created in word. I used the Help Workshop program: hcw.exe that's included with Visual Basic. This exact same file compiled perfectly with no notes, warnings or errors prior to reformatting my system. Prior to the reformatting, I copied the help.rtf file onto a CD and checked the box to...
9
4411
by: Tom | last post by:
A question for gui application programmers. . . I 've got some GUI programs, written in Python/wxPython, and I've got a help button and a help menu item. Also, I've got a compiled file made with the microsoft HTML workshop utility, lets call it c:\path\help.chm. My question is how do you launch it from the GUI? What logic do I put behind the "help" button, in other words. I thought it would be os.spawnv(os.P_DETACH,...
4
3353
by: Sarir Khamsi | last post by:
Is there a way to get help the way you get it from the Python interpreter (eg, 'help(dir)' gives help on the 'dir' command) in the module cmd.Cmd? I know how to add commands and help text to cmd.Cmd but I would also like to get the man-page-like help for classes and functions. Does anyone know how to do that? Thanks. Sarir
6
4346
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing result in any way. Who can help me, I thank you very very much. list.cpp(main program) //-------------------------------------------------------------------------- - #pragma hdrstop #pragma argsused
3
3362
by: Colin J. Williams | last post by:
Python advertises some basic service: C:\Python24>python Python 2.4.1 (#65, Mar 30 2005, 09:13:57) on win32 Type "help", "copyright", "credits" or "license" for more information. >>> With numarray, help gives unhelpful responses:
7
5384
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available from clicking on many of the available topics (mostly methods but some properties are also unavailable). This same problem occurs with many, if not most, keywords. Is there any way I can activate these "missing" help topics? HELP!
5
3277
by: Steve | last post by:
I have written a help file (chm) for a DLL and referenced it using Help.ShowHelp My expectation is that a developer using my DLL would be able to access this help file during his development time using "F1" help within the VB IDE. Is this expectation achievable In trying to test my help file in the IDE, I have a solution with 2 projects: the DLL and a tester. VB does not look for my help file; instead, it looks for path to my source code...
8
3233
by: Mark | last post by:
I have loaded Visual Studio .net on my home computer and my laptop, but my home computer has an abbreviated help screen not 2% of the help on my laptop. All the settings look the same on both including search the internet for help, but the help is worthless. Any ideas?
10
3364
by: JonathanOrlev | last post by:
Hello everybody, I wrote this comment in another message of mine, but decided to post it again as a standalone message. I think that Microsoft's Office 2003 help system is horrible, probably the worst I ever seen. I almost cannot find anything I need, including things I
1
6136
by: trunxnirvana007 | last post by:
'UPGRADE_WARNING: Array has a new behavior. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"' 'UPGRADE_WARNING: Couldn't resolve default property of object Label. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' Label = New Object(){Box1, Box2, Box3, Box4, Box5, Box6, Box7, Box8, Box9, Box10, Box11,...
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4709
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2794
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.