注册Javascript 脚本
string successScript = "alertSuccess";
if (!this.Page.ClientScript.IsStartupScriptRegistered(this.GetType(), successScript))
{
this.Page.ClientScript.RegisterStartupScript(this.GetType(), successScript, "alert('Your search suggestion a best bet request was successfully created.');", true);
}