DropDownList 的多种用法
摘要:1,与数据绑定 1.1 静态绑定 1.1.1在页面设计视图自己添加,或者带代码中添加 <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem Value="0" Text="否"></asp:ListItem> <asp:ListItem Value="1" Text="是"></asp:ListItem> </asp:DropDow
阅读全文
posted @ 2011-03-24 18:31
浙公网安备 33010602011771号