<form id="form1" runat="server" name="form1" action="">
<asp:DropDownList ID="dp1" runat="server">
<asp:ListItem>值1</asp:ListItem>
<asp:ListItem>值2</asp:ListItem>
</asp:DropDownList>
<asp:TextBox ID="value" runat="server" Visible="False"></asp:TextBox>
</form>
怎么取值把下拉列表里的值1、值2,显示文本里
谢谢各位 帮帮忙