摘要:
1.为按钮添加确认对话框Button.Attributes.Add("onclick","return confirm('确认?')");Button.Attributes.Add("onclick","if(confirm('确定?')){return true;}else{return false;}")2.表格超连接列传递参数<asp:HyperLinkColumn Target="_... 阅读全文
posted @ 2007-08-27 00:51
Flynn
阅读(416)
评论(0)
推荐(0)