第二篇文章 - 2005年2月1日(无回复)。这里有什么帮助? [英] 2nd post - 1st 8/2/05 (no reply). Any help here?

查看:62
本文介绍了第二篇文章 - 2005年2月1日(无回复)。这里有什么帮助?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的HTML网页包含< asp:Image id = img_L runat = server ImageAlign = Top

Visible = True Width = y Height = x>< / asp:Image>。对于某些图像,小于128K

我可以查看图像。 <其他图像文件> 128K,图像不可见 - 出现

,图片框中有X.有尺寸限制吗?如何删除 -

或如何显示图像>网页128K。


注:x&在asp中:图像规格是不同的值 - 比如128 x 128或64 x 64

图像大小

解决方案

DavidS写道:

我有HTML网页< asp:图片ID = img_L runat =服务器ImageAlign =顶部
可见=真宽度= y高度= x>< / asp:图像> ;。对于某些图像,小于128K
我可以查看图像。 <其他图像文件> 128K,图像不可见 - 出现在图片框中的X.有尺寸限制吗?如何删除 -
或如何显示图像>网页128K。

注意:x&在asp中:图像规格是不同的值 - 比如128 x 128或64 x 64
图像大小




尝试使用简单的< img src = ...>标记该图像一次,以确保其

不是图像。


-

Curt Christianson

网站: http://www.darkfalz.com

博客: http://blog.darkfalz.com


不确定我是否关注你 - 不确定< img src =>会为我做的。我是

基本上使用< asp:Image ...> < / ASP:图像>动态控制图像

在网页中查看。图像存在 - 它似乎是尺寸问题 -

但我需要确认。我有许多被观看的图像 - 其他的

尺寸是> 128K只能用红色x查看。如果我使用Windows资源管理器查看图像文件

(图像文件> 128K - 它是可见的 - 但是对于一些

的原因,< asp:Image>控制将无法正确预览这些图像。


任何其他建议或有任何人遇到此问题


" Curt_C [MVP]" :

DavidS写道:

我的HTML网页包含< asp:Image id = img_L runat = server ImageAlign = Top
Visible =真实宽度= y高度= x>< / asp:图像>。对于某些图像,小于128K
我可以查看图像。其他图像文件> 128K,图像无法查看 - 出现
图片框中有X.是否有尺寸限制。如何删除 -
或如何在网页中显示图像> 128K。

注意:x& y在asp中:图像规格是不同的值 - 比如128 x 128或64 x 64
图像尺寸



尝试使用简单的< img src = ...>标记即时通讯年龄一次,确保它不是形象。

-
Curt Christianson
网站: http://www.darkfalz.com
博客: http://blog.darkfalz.com



DavidS写道:

不确定我是否关注你 - 不确定< img src =>会为我做的。我基本上使用< asp:Image ...> < / ASP:图像>动态控制在网页中查看的图像。图像存在 - 似乎是尺寸问题 -
但我需要确认。我有许多被观看的图像 - 其他的尺寸为> 128K只能用红色x查看。如果我使用Windows资源管理器查看图像文件
(图像文件> 128K - 它是可见的 - 但出于某些原因,< asp:Image>控件将无法正确预览这些图像。



128k应该不是问题,除非你以某种方式调整了一些

设置.IMG测试是看它是否有问题< asp:tag

或者是否是图片问题。只需尝试一次IMG标签测试,在

同一页面,只是为了确认它会告诉我们是否需要在页面外查看

(也许是web.config设置)。

-

Curt Christianson

网站: http://www.darkfalz.com

博客: http://blog.darkfalz.com


I have HTML web page with <asp:Image id=img_L runat=server ImageAlign=Top
Visible=True Width=y Height=x></asp:Image>. For some images, less than 128K
I can view image. Other image files > 128K, image is not viewable - comes up
with X in picture box. Is there size restriction. How can I remove this -
or how can I show images > 128K in web page.

NOTE: x & y in asp:Image spec are distinct values - say 128 x 128 or 64 x 64
image sizes

解决方案

DavidS wrote:

I have HTML web page with <asp:Image id=img_L runat=server ImageAlign=Top
Visible=True Width=y Height=x></asp:Image>. For some images, less than 128K
I can view image. Other image files > 128K, image is not viewable - comes up
with X in picture box. Is there size restriction. How can I remove this -
or how can I show images > 128K in web page.

NOTE: x & y in asp:Image spec are distinct values - say 128 x 128 or 64 x 64
image sizes



try to use a simple <img src=...> tag for that image once, to ensure its
not the image.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com


Not sure I follow you - not sure what <img src=> will do for me. I''m
basically using <asp:Image ...> </asp:Image> to dynamically control the image
viewed in the web page. The images exists - it appears to be size issue -
but I need to confirm. I have many images that are viewed - others whose
size is > 128K just are viewable with red x. If I review the image file
using Windows Explorer (image file > 128K - it''s viewable - but for some
reason, the <asp:Image> control will not properly preview these images.

Any other suggestion or has anyone encountered this problem

"Curt_C [MVP]" wrote:

DavidS wrote:

I have HTML web page with <asp:Image id=img_L runat=server ImageAlign=Top
Visible=True Width=y Height=x></asp:Image>. For some images, less than 128K
I can view image. Other image files > 128K, image is not viewable - comes up
with X in picture box. Is there size restriction. How can I remove this -
or how can I show images > 128K in web page.

NOTE: x & y in asp:Image spec are distinct values - say 128 x 128 or 64 x 64
image sizes



try to use a simple <img src=...> tag for that image once, to ensure its
not the image.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com



DavidS wrote:

Not sure I follow you - not sure what <img src=> will do for me. I''m
basically using <asp:Image ...> </asp:Image> to dynamically control the image
viewed in the web page. The images exists - it appears to be size issue -
but I need to confirm. I have many images that are viewed - others whose
size is > 128K just are viewable with red x. If I review the image file
using Windows Explorer (image file > 128K - it''s viewable - but for some
reason, the <asp:Image> control will not properly preview these images.


the 128k should not be an issue, unless somehow you''ve tweaked some
settings. The IMG test was to see if it is a problem with the <asp: tag
or if it''s an image issue. Just try one of the IMG tag tests once, in
that same page, just to confirm this. It will tell us if we need to look
outside the page (web.config settings perhaps).
--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com


这篇关于第二篇文章 - 2005年2月1日(无回复)。这里有什么帮助?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆