用户控件中向前台javascript函数进行传值????? (CSDN朋友解决)

protected void Button1_Click( object sender, EventArgs e)
    {
       
this .Parent.Page.
      ClientScript.RegisterStartupScript(
this .GetType(), " abc " , " value(' " + abc.ClientID + " ') " , true );
     
    }

你可能感兴趣的:(JavaScript,object,button)