<asp:dropdownlist id="user_PstyleList" runat="server">
<asp:ListItem Value="00">请选择</asp:ListItem>
<asp:ListItem Value="01">A</asp:ListItem>
<asp:ListItem Value="10">B</asp:ListItem>
</asp:dropdownlist>
<asp:textbox id="user_ID" runat="server" MaxLength="18" Wrap="false" TextMode="SingleLine"></asp:textbox>
如何将user_PstyleList中选择的数据和user_ID中填写的数据插入到info数据库的user_info表的 user_Pstl和user_ID中!