Wie bind Dropdown-Liste mit asp.net C#?
<asp:DropDownList id="ddlSampleSize" runat="server">
<asp:ListItem Text="10" Value="10">
<asp:ListItem Text="100" Value="100">
<asp:ListItem Text="1000" Value="1000">
<asp:DropDownList/>
Ich habe bind von Code-Behind-Datei, aber ich kann nicht dasselbe sehen.
Bitte helfen Sie mir.