aspx页面中写弹框的代码



 string key = Guid.NewGuid().ToString();

        this.ClientScript.RegisterStartupScript(this.GetType(), key,

                string.Format("alert(\"{0}\");","注册成功"), true);

你可能感兴趣的:(.NET)