DataTextValue是dropdownlist的值
DataTextField是dropdownlist的显示文字<asp:DropDownList id=dropDepName runat="server" Width="104px" DataTextValue="region_code" DataTextField="region_code" DataSource="<%# BindDropDownList()%>">
</asp:DropDownList>
这是Value和Text都绑定region_code字段