ASP.NET AJAX入门系列:使用UpdatePanel控件

 http://wenku.baidu.com/view/4892d0da50e2524de5187e89.html?from=rec&pos=0&weight=32&lastweight=9&count=5

Asp.net button  按钮的CausesValidation=FALSE(页面有验证时不触发验证) 时 解析成 html 时没有onclick 事件 在js 中不能触发单击事件  document.getElementById("Button1").click();
事件无效,只能用linkbuttion  CausesValidation=FALSE  在js 中用__doPostBack('otherList$LinkButton2','')触发单击事件。

你可能感兴趣的:(ASP.NET AJAX入门系列:使用UpdatePanel控件)