473,405 Members | 2,300 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

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 6129
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
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...
0
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,...

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.