[求助]数据绑定错误
											异常详细信息: System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围。参数名: value
源错误: 
| 行 79: 				this.sqlDataAdapter4 .Fill (this.dataSetZBYQ1 );
行 80: 				this.sqlDataAdapter5 .Fill (this.dataSetZBYQ1 );
行 81: 				this.DropDownList1 .DataBind ();
行 82: 				this.DropDownList2 .DataBind ();
行 83: 				this.DropDownList3 .DataBind (); | 
源文件: d:\xfgl\webs\archive\a_zbqk.ascx.cs
    行: 81 
堆栈跟踪: 
| [ArgumentOutOfRangeException: 指定的参数已超出有效值的范围。
参数名: value]
   System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e)
   System.Web.UI.Control.DataBind()
   WebApplication21.zbqk.Page_Load(Object sender, EventArgs e) in d:\xfgl\webs\archive\a_zbqk.ascx.cs:81
   System.Web.UI.Control.OnLoad(EventArgs e)
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Page.ProcessRequestMain()
 | 
这个问题怎么解决