111,126
社区成员
发帖
与我相关
我的任务
分享
ds.Tables[0].Rows[i]["path"] =ds.Tables[0].Rows[i]["path"].ToString()+"," +small;
<img src='<%#Eval("略缩图path")%>' onclick=<%"this.src='"+#Eval("原图path").ToString()+"';"%> />
string source = ds.Tables[0].Rows[i]["imgpath"].ToString();
string small = Server.MapPath("./minImag/Min_cd_info" +ds.Tables[0].Rows[i]["id"].ToString()+type);
images.MakeThumbnail(source, small, 131, 119);缩略图处理
ds.Tables[0].Rows[i]["path"] =small;缩略图地址绑定到imgpath