62,272
社区成员
发帖
与我相关
我的任务
分享
ScriptManager.RegisterStartupScript(this.BtnSave, this.GetType(), "", "alert('注册成功 !');", true);
<Triggers>
<asp:PostBackTrigger ControlID="BtnSave" />
</Triggers>
if (iCount > 0)
throw new ApplicationException("输入的账号[" + sUserId + "]已经注册,请换用其他账号注册!");