我按照这个程序为什么出错?
: System.NullReferenceException: 未将对象引用设置到对象的实例。源错误: 
行 217:        //运用区段 = ((DropDownList)DetailsView1.Rows[5].Cells[1].Controls["运用区段"]).SelectedValue;
行 218:        //运用区段 = ((DropDownList)DetailsView1.Rows[5].FindControl("DropDownList1")).Text; 
行 219:        运用区段 = ((DropDownList)DetailsView1.Rows[5].Cells[1].FindContro("DropDownList4")).SelectedValue;
行 220:        e.NewValues.Add("列尾主机", 运用区段);
行 221:      //运用区段 = ((TextBox)DetailsView1.Rows[5].Cells[1].Controls[0]).Text;
 
谢谢!!!