don't use RESPONSE读, in HTML, it works by using a <img> tag<asp:Image NavigateUrl="YourImage.aspx?id=123" runat='server' /><td><img src="YourImage.aspx?id=123">then in YourImage.aspx, output your image, use the code in the following example:http://aspalliance.com/articleViewer.aspx?aId=141&pId=

解决方案 »

  1.   

    sorry<asp:Image ImageUrl="YourImage.aspx?id=123" runat='server' />
      

  2.   

    开一个新的页面专门用作显示图片然后在你想显示位置的地方加一个image控件 imagurl设置成你先是图片的页面就行啦
      

  3.   

    同意思归大哥<asp:Image ImageUrl="YourImage.aspx?id=123" runat='server' />
    YourImage.aspx页面专门用于显示图片
      

  4.   

    我有个组件专来显示的!到我的blog上看看:blog.csdn.net/xinyulou