if(confirm("确定吗?"){//确定时....}else{//取消时}
ScriptManager.RegisterStartupScript(btnOK, this.GetType(), "m", "", false);
"改为"