//控件属性
OnClientClick="javascript:return updateComment();"
//JS部分
function updateComment() {
return false;
};
注意:JS部分 不要写在 $().ready(function () {}); 里面
//控件属性
OnClientClick="javascript:return updateComment();"
//JS部分
function updateComment() {
return false;
};
注意:JS部分 不要写在 $().ready(function () {}); 里面