|
|
||||||
|
#1
|
|
|
|
|
I'm a newbie with this product. When I publish my site to the server
everything runs perfectly except some of my ASP pages and on those pages specifically those with items referring to "WebResource.axc". I get blank picture holders on expanding menus for example. My server is running .Net2.0 and ASPNET2.0. What am I doing wrong? |
|
|
|
#2
|
|
|
|
|
On Tue, 6 Mar 2007 19:27:13 -0800, Luther
<Luther> wrote: >I'm a newbie with this product. When I publish my site to the server >everything runs perfectly except some of my ASP pages and on those pages >specifically those with items referring to "WebResource.axc". I get blank >picture holders on expanding menus for example. My server is running .Net2.0 >and ASPNET2.0. What am I doing wrong? Can you point us to a URL? The WebResource.axd handler is likely not the issue. Jim Cheshire Jimco Software and Books http://www.jimcosoftware.com http://www.jimcobooks.com Author: Special Edition Using Microsoft Expression Web Special Edition Using Microsoft Office FrontPage 2003 Blog: http://www.thestripedcat.com |
|
#3
|
|
|
|
|
Yes, http://hawaiiangecko.netfirms.com/
You will see it on the default.aspx page at that site. Many thanks |
|
#4
|
|
|
|
|
On Tue, 6 Mar 2007 23:12:05 -0800, Luther
<Luther> wrote: >Yes, [..] >You will see it on the default.aspx page at that site. >Many thanks Where are the pictures coming from? Can you post the design-time code? Jim Cheshire Jimco Software and Books http://www.jimcosoftware.com http://www.jimcobooks.com Author: Special Edition Using Microsoft Expression Web Special Edition Using Microsoft Office FrontPage 2003 Blog: http://www.thestripedcat.com |
|
#5
|
|
|
|
|
Here's the source for the page:
Again, many thanks for looking |
|
#6
|
|
|
|
|
On Wed, 7 Mar 2007 07:23:47 -0800, Luther
<Luther> wrote: >Here's the source for the page: >Again, many thanks for looking Okay, I see why it's looking to the webresource.axd handler. It's trying to render out the little arrows that indicate it's an expandable menu item. I would check with your host on this. This problem is on their end. Jim Cheshire Jimco Software and Books http://www.jimcosoftware.com http://www.jimcobooks.com Author: Special Edition Using Microsoft Expression Web Special Edition Using Microsoft Office FrontPage 2003 Blog: http://www.thestripedcat.com |
|
#7
|
|
|
|
|
You are not doing anything wrong, that is normal behavior
for that particular control What is happening is that the net-2 framework is creating a transparent image which is overlayed the menu. This is done for accessibility reasons, and it allows the screen readers used by the visually impaired the option to skip over that control. Besides that image, it also puts in a border="0", which is deprecated html, and invalid xhtml There is a way to disable it- you need to go into the tag attributes for the menu and change the SkipLinkText to "". This also remedies the border issue "Luther" <Luther> wrote in message news:543d : I'm a newbie with this product. When I publish my site to the server : everything runs perfectly except some of my ASP pages and on those pages : specifically those with items referring to "WebResource.axc". I get blank : picture holders on expanding menus for example. My server is running .Net2.0 : and ASPNET2.0. What am I doing wrong? : -- : Luther |
|
|
| Similar Threads | |
| what is Webresource.axd? Hi asp.net 3.5 In my webpage (default.aspx) I see reference to 2... |
|
| Where WebResource come from? In my css file I have something like this... background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom; Where does it look exactly in order to... |
|
| WebResource CryptographicException Our .Net 2 web apps recently started getting CryptographicExceptions from WebResource.axd, and these almost always seem to be when the client is a web crawler...most... |
|
| Webresource.axd Hello - i have created a simple composite control with drop down list displaying the US States. I have also a Javascript (County.js) file embedded inside the control. The... |
|
| WebResource.axd Errors I have a newly released web site that is throwing a few errors regarding the WebResource.asxd handler. I am not using this in any way for my own purposes, it is just... |
|
|
All times are GMT. The time now is 04:37 PM. | Privacy Policy
|