DropDownList选中值,不存在的时候不出错的写法

this.DdlGroup.SelectedIndex = Term_ID.Length > 0 ? (this.DdlGroup.Items.IndexOf(this.DdlGroup.Items.FindByValue(Term_ID))) : (0);

posted @ 2009-01-15 17:19  幽境仼孓  阅读(288)  评论(0编辑  收藏  举报