12 2006 档案
摘要:JS script function ConfirmMe() { return confirm("Do you want to proceed?"); } ASPX Well, that is pretty straightforward. BUT, it goes weird when you have a validator control (eg. Required...
阅读全文
摘要:可以设置其中的几个验证控件的组id和一个按钮的组id相同,那么这个按钮就只会对其中几个进行验证,很方便
阅读全文
摘要:1、放入按钮控件时, 可直接使用e.CommandArgument取得protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e){object aaa = e.CommandArgument;object bbb = e.CommandName;}protected void GridView1...
阅读全文