2008年9月19日
摘要: 1.为按钮添加确认对话框 Button1.Attributes.Add("onclick","return confirm(’确认?’)"); button.attributes.add("onclick","if(confirm(’are you sure...?’)){return true;}else{return false;}") 2.删除表格选定记录 //获得DataGrid主键 in... 阅读全文
posted @ 2008-09-19 11:02 BROTHER 阅读(181) 评论(0) 推荐(0)