从数据库读取图片绝对路径,在页面为甚么不显示

[复制链接]
查看11 | 回复1 | 2010-8-6 13:31:58 | 显示全部楼层 |阅读模式
if (ds.Tables["annexinfo"].Rows.Count > 0)

{

hlannex.Text = ds.Tables["annexinfo"].Rows[0]["AnnexName"].ToString();

pathlong = ds.Tables["annexinfo"].Rows[0]["AnnexPath"].ToString();

// path = pathlong.Substring(pathlong.LastIndexOf("news\\") + 1);

type = hlannex.Text.Substring(hlannex.Text.LastIndexOf(".") + 1);

Response.Write(type);

Response.Write(pathlong);

if (type.Equals("jpg") || type.Equals("gif") || type.Equals("JPG") || type.Equals("GIF"))

{

Panel2.Visible = true;

image.ImageUrl = pathlong;

ViewState["annex"] = hlannex.Text;

}

else

{

ViewState["annex"] = hlannex.Text;

Panel1.Visible = true;

}

}

回复

使用道具 举报

千问 | 2010-8-6 13:31:58 | 显示全部楼层
这个问题你不用在这儿问,你自己试试就知道了。pathlong 这个地址打印出来是什么?将其放在地址栏里直接访问一下看看图片显示不显示,不就知道了吗?真正的图片在哪儿个地址,对照一下就知道了。你在这儿问,但大家不知道你的环境是什么样,不好回答。 呵呵~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行