且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Windows窗体vb.net中进行绑定时如何将静态值添加到dropdownlist

更新时间:2023-12-06 16:49:52

尝试这将有助于完整操作


try this will help full


<asp:DropDownList ID="DropDownList1" runat="server" width="145px">

<asp:ListItem Text="SomeText" Value="SomeValue" Selected="true"></asp:ListItem>

</asp:DropDownList>