摘要: 主要用到了 ImageButton 控件的 PostBackUrl 属性:获取或者设置单击ImageButton控件时,从当前页发送到网页的URL SqlDataAdapter sda; DataSet ds; sda.fill(ds,"tb_goods"); DataRowView drv=ds.tables["tb_goods"].DefaultView[0] 然后 ImageButton... 阅读全文
posted @ 2008-06-09 23:49 坤哥 阅读(291) 评论(0) 推荐(0)
摘要: 放一个 GridView 放上一个ImageField 来显示图像 前台代码 // 绑定数据 ... 阅读全文
posted @ 2008-06-09 00:53 坤哥 阅读(383) 评论(0) 推荐(0)