|
table = A.GetData("Select pID,Photoreview,sID from DisImage where sID='" + on4.Text + "' and IsUser=1 order by orderby");
listView1.Rows.Clear();
if (table.Rows.Count > 0)
{
listView1.DataSource = table;
listView1.DataBind();
}
else if (table.Rows.Count == 0)
{
Toast("没有记录!");
}
显示图片效果:
想改成:,怎么样才能实现?如果多余3张图片,如何自动换行?请教大神,谢谢!
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|