我有一个连接到对象数据源的下拉列表。如何获得 DataValueField=TypeId ?我使用 onselectedindexchanged 来获取选定的类型,我怎样才能对 TypeId 做同样的事情?
<asp:DropDownList ID="DropDownList" runat="server"
DataSourceID="ObjectDataSource" DataTextField="Type"
DataValueField="TypeId" AutoPostBack="true"
onselectedindexchanged="DropDownList_SelectedIndexChanged">
</asp:DropDownList>