HtmlSelect select = this.FindControl("selectScoreB" + i.ToString()) as HtmlSelect;注意FindControl里面是加了一个循环变量i的,使用select.Value是,会提示 未将对象引用设置到对象的实例。