摘要:
删除时给出提示 方法一:使用模版列 我们在绑定好数据的DataGrid增加一个模版列,在列中放置一个按钮然后我们在DataGrid的ItemDataBound中添加以下代码switch(e.Item.ItemType){case(ListItemType.Item):case(ListItemType.AlternatingItem):{Button btn=(Button)e.Item.Find... 阅读全文
posted @ 2004-06-05 11:17
没肉包子
阅读(4397)
评论(3)
推荐(0)
浙公网安备 33010602011771号