Question : Add non sqldatasource listitems to asp:dropdown linked to a sqldatasource

I have an asp:dropdown populated from a sqldatasource control and it works great.  However, I need to add 1 more listitem that is not pulled from the query to put in the dropdown but it does not show up.  How can I do this?
1:
2:
3:
4:
5:
6:
7:
<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="sdsMember" DataTextField="MEMBER_SNAME" DataValueField="MEMBER_ID">
                                    
<asp:ListItem Text="All Members" Value="0" Selected="True"></asp:ListItem>
                                    
</asp:DropDownList>
                                    
<asp:SqlDataSource ID="sdsMember" runat="server" ConnectionString="<%$ ConnectionStrings:DBSFL %>" SelectCommand="select MEMBER_SNAME, MEMBER_ID from MEMBER order by MEMBER_SNAME ASC"></asp:SqlDataSource>

Answer : Add non sqldatasource listitems to asp:dropdown linked to a sqldatasource

I would recommend getting site-to-site between branches as well as that would optimise network flow.  It won't bring the network down, just remove your static routes before you enable the new VPN and the router will handle the routing (sounds silly) between sites.  With setting up a route through head office means you're involving your head office connections unnecessarily for traffic that could just flow directly between the branches.

If you have Exchange servers at the branches for example then you could set up connectors between the two branches and e-mails between users in the branches won't need to go through head office.  Same would apply for VoIP calls if you have VoIP system, and so on.

Let us know how you get on.
Random Solutions  
 
programming4us programming4us