一:添加如下代码就可以解决(不过后来网页报对此处代码报脚本错误)  
if (!Page.IsPostBack)
        {
            this.DropDownList1.Attributes.Add("onchange", "return startRequest();");
           
        }

相关文章: