用户控件无法用ClientScript.RegisterStartupScript

在前面加上this.Parent.Page.就可以了,如下

this.Parent.Page.ClientScript.RegisterStartupScript(this.GetType(), "abc", "Panel()");

你可能感兴趣的:(用户控件无法用ClientScript.RegisterStartupScript)