DropDownList
出自ProgWiki
DropDownList
目錄 |
FAQ
資料繫結
- 在控制項中使用 SelectedValue
<asp:DropDownList ID="DropDownList1" runat="server" SelectedValue='<%# Bind("IsUser") %>'> <asp:ListItem Value="0" Text="否" /> <asp:ListItem Value="1" Text="是" /> </asp:DropDownList>
DataBind發生錯誤
自訂項目與資料來源項目同時出現在選項中
- 重點在於 AppendDataBoundItems="True"