473,473 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Microsoft.Web.Ui.WebControls.TabStrip not rendering

I have an application that uses the Microsoft.Web.UI.WebControls.TabStrip
and Multipage controls. When I test the app on my pc or on my client's
development web servers the controls render properly. When I deploy the app
to the test environment - supposedly an exact duplicate of the development
environment - the TabStrip and Multipage controls do not render - the text
of the tabs are displayed in a line, but no tabs.

This is the same behavior I get if the .htc files are missing but I am
certain they are there. In fact, if I manually enter the address for the
..htc files in my browser and download the files to my desktop - thereby
leaving a copy in my Temporary Internet Files and proving the files exist
and that I have permission to get to them - then the controls will render
properly.

Other .htc files associated with the same pages and with the application all
work properly. When I look at the rendered source code, the address given
in the reference to the htc files is correct.

Does anyone have any experience or knowledge about this?

Any help would be greatly appreciated!!

Thanks,

Dale Preston
MCAD, MCSE, MCDBA
Nov 19 '05 #1
3 6132
Hi DalesPres,
Are u sure the Microsoft.Web.Ui.WebControls.dll is in the bin folder?
That could make it not to render.. and make sure u install the webcontrol
and build it..
Hope it helps!!
Patrick
"DalePres" wrote:
I have an application that uses the Microsoft.Web.UI.WebControls.TabStrip
and Multipage controls. When I test the app on my pc or on my client's
development web servers the controls render properly. When I deploy the app
to the test environment - supposedly an exact duplicate of the development
environment - the TabStrip and Multipage controls do not render - the text
of the tabs are displayed in a line, but no tabs.

This is the same behavior I get if the .htc files are missing but I am
certain they are there. In fact, if I manually enter the address for the
..htc files in my browser and download the files to my desktop - thereby
leaving a copy in my Temporary Internet Files and proving the files exist
and that I have permission to get to them - then the controls will render
properly.

Other .htc files associated with the same pages and with the application all
work properly. When I look at the rendered source code, the address given
in the reference to the htc files is correct.

Does anyone have any experience or knowledge about this?

Any help would be greatly appreciated!!

Thanks,

Dale Preston
MCAD, MCSE, MCDBA

Nov 19 '05 #2
I don't control the server so it can't be installed into the GAC but it
works fine on the development server by adding the address for the control
in the web.config so it should do the same in the test server.

As I said, if I manually download the htc files, just to get them into my
internet cache, then it works fine. That proves that the dll is compiled
properly. So, technically, it is rendering correctly, what is happening is
that the htc files associated with the control are not being served up by
the server. Weird.

Any other suggestions? I would appreciate any ideas at all.

Dale
"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:AE**********************************@microsof t.com...
Hi DalesPres,
Are u sure the Microsoft.Web.Ui.WebControls.dll is in the bin
folder?
That could make it not to render.. and make sure u install the webcontrol
and build it..
Hope it helps!!
Patrick
"DalePres" wrote:
I have an application that uses the Microsoft.Web.UI.WebControls.TabStrip
and Multipage controls. When I test the app on my pc or on my client's
development web servers the controls render properly. When I deploy the
app
to the test environment - supposedly an exact duplicate of the
development
environment - the TabStrip and Multipage controls do not render - the
text
of the tabs are displayed in a line, but no tabs.

This is the same behavior I get if the .htc files are missing but I am
certain they are there. In fact, if I manually enter the address for the
..htc files in my browser and download the files to my desktop - thereby
leaving a copy in my Temporary Internet Files and proving the files exist
and that I have permission to get to them - then the controls will render
properly.

Other .htc files associated with the same pages and with the application
all
work properly. When I look at the rendered source code, the address
given
in the reference to the htc files is correct.

Does anyone have any experience or knowledge about this?

Any help would be greatly appreciated!!

Thanks,

Dale Preston
MCAD, MCSE, MCDBA

Nov 19 '05 #3
Well, I figured it out, in case anyone else is looking for the answer. This
client has an ASP.Net app that they use to deploy other apps from
development to test and from test to production. It turns out that their
deployment app was copying folders and content but not replicating the
permissions.

Thanks to those who looked into this trying to help!

Dale

"DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I don't control the server so it can't be installed into the GAC but it
works fine on the development server by adding the address for the control
in the web.config so it should do the same in the test server.

As I said, if I manually download the htc files, just to get them into my
internet cache, then it works fine. That proves that the dll is compiled
properly. So, technically, it is rendering correctly, what is happening
is that the htc files associated with the control are not being served up
by the server. Weird.

Any other suggestions? I would appreciate any ideas at all.

Dale
"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:AE**********************************@microsof t.com...
Hi DalesPres,
Are u sure the Microsoft.Web.Ui.WebControls.dll is in the bin
folder?
That could make it not to render.. and make sure u install the webcontrol
and build it..
Hope it helps!!
Patrick
"DalePres" wrote:
I have an application that uses the
Microsoft.Web.UI.WebControls.TabStrip
and Multipage controls. When I test the app on my pc or on my client's
development web servers the controls render properly. When I deploy the
app
to the test environment - supposedly an exact duplicate of the
development
environment - the TabStrip and Multipage controls do not render - the
text
of the tabs are displayed in a line, but no tabs.

This is the same behavior I get if the .htc files are missing but I am
certain they are there. In fact, if I manually enter the address for
the
..htc files in my browser and download the files to my desktop - thereby
leaving a copy in my Temporary Internet Files and proving the files
exist
and that I have permission to get to them - then the controls will
render
properly.

Other .htc files associated with the same pages and with the application
all
work properly. When I look at the rendered source code, the address
given
in the reference to the htc files is correct.

Does anyone have any experience or knowledge about this?

Any help would be greatly appreciated!!

Thanks,

Dale Preston
MCAD, MCSE, MCDBA


Nov 19 '05 #4

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

Similar topics

1
by: Dan | last post by:
IE WebControls Tab/MultiPage state problem I have a IE tab/multipage on a WebForm (aspx) like this: <code> <iewc:TabStrip id="tabs" runat="server" TargetID="MultiPage1"> <iewc:Tab...
1
by: Daniel Walzenbach | last post by:
Hi I’d like to know, whether it is possible to set enabled = false or visible = false on the tabs of the MultiPage WebControl at runtime (check out...
0
by: Russ | last post by:
I wrote a nice aspx page using the Microsoft.Web.UI.WebControls, using a Tabstrip and Multipage. The tabstrip and multipage are created at design time, but the actual tab items, separators, pages,...
8
by: Charts | last post by:
I download IEWebControls.exe, and installed it. Installation created IE Web Controls directory. The readme.txt said, 3. Create a /bin subdirectory for the application and copy the file...
1
by: aparnasinha26 | last post by:
I want to Create an web application using tabstrip control with (4 Tabs i.e. Tab1, Tab2, Tab3, Tab4). When the page is loaded for the first time Tab3 should be disabled, and Tab4 should be...
1
by: ghart | last post by:
Hello, Can someone confirm whether or not the TabStrip from Microsoft.Web.UI.WebControls.dll which worked in VS2003 works in VS2005 or do I have to rewrite my code using the Multiview control...
0
by: Abbas | last post by:
How can I dynamically add a tab in TabStrip? I want to add/delete/update tab items in TabStrip control from csharp file .cs. Is it possible? or TabStrip will show "only" those items which I...
4
by: scsharma | last post by:
Hi, I am building a .net 1.1 application with microsoft webcontrols. The environment that i am deploying this application has 1.1 and 2.0 framework . My development environment also has these...
1
by: dina | last post by:
I have an application that uses the Microsoft.Web.UI.WebControls.TabStrip and Multipage controls. When I test the app on my pc or on my client's development web servers the controls render...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
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...
0
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...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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...

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.