我有一个数组列表,它有3个字段(id,description,typeid),并且我将这个数组列表绑定到ASP DropDownList。在绑定过程中,我将description字段设置为DataTextField,另一个字段"Id“设置为DataValueField。Me.drpDwn.DataBind() : Catch ex As Exception : ErrorEmailAlert.SendErrorViaEmail(Server, Session, ex) : End Try
当用户从DropDownList<