在Pageload方法里绑定DropDownLis等控件传不出值的问题

一:添加如下代码就可以解决(不过后来网页报对此处代码报脚本错误)  
if (!Page.IsPostBack)
        {
            this.DropDownList1.Attributes.Add("onchange", "return startRequest();");
           
        }
posted @ 2007-12-06 16:21  不染丹心  阅读(369)  评论(0编辑  收藏  举报