I am trying to use a dynamic external image.
The source=External and value="http://ReportsServer/images/CustomChart.aspx"
A red x appears rather than the image. When you right click on the image the url shows only "http://ReportsServer/".
I tested it and the dynamic image by it self does render...
Noticed this with IE 6.0 the other day. The cells don't seem to grow and expand correctly anymore. Is this some thing new or something I never noticed.
In sample below the red side of the table should be the same height as the blue side. It displays correctly in Firefox but in IE the red side...
When I deploy a web applicaion to a 2003 server my debug symbols are gone.
The debug information excludes the line numbers (the most important part).
I have <compilation debug="true" > in the web config.
I even tested it using a special error page.
Sub Application_Error(ByVal sender As...
A client of mine has Windows Server 2003.
.Net Framework 1.1 is installed.
IIS6 is not configured to run .Net apps, the ISAPI mappings have no .aspx or .ascx and all the other files types for .net.
In IIS6 is there a way to configure IIS without having to uninstall the .net framework an...
I have a lot of textboxes as follows:
<asp:textbox width="100px" style="LEFT: 720px; position: absolute;"></textbox>
This renders in IE as
<input type="text" style="width:100px;LEFT: 720px;position: absolute;" >
That is not a problem. The problem is in FireFox and Netscape, ASP.Net strips the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.