Click here to Skip to main content
15,884,388 members
Articles / Web Development / ASP.NET

Remove multiple items from ListBox

26 May 2011CPOL 816   1
protected void btnRemove_Click(object sender, EventArgs e){ //1. Create a List of ListItem List lstSelectedCities = new List(); //2. Loop through lstCity's Item Collection // Add selected ListItem to the List "lstSelectedCities". ...
Only logged in members can view this content

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.
Closed because this item is a copy of an existing article and does not provide adequate reference to the original. Reported by Andrew Rissing, Anshul R, Sander Rossel, Indivara on Friday, May 27, 2011 3:59am