在Pageload方法里绑定DropDownLis等控件传不出值的问题
一:添加如下代码就可以解决(不过后来网页报对此处代码报脚本错误)
if (!Page.IsPostBack)
{
this.DropDownList1.Attributes.Add("onchange", "return startRequest();");
}
if (!Page.IsPostBack)
{
this.DropDownList1.Attributes.Add("onchange", "return startRequest();");
}