Broken Article Entry
-
It looks like there is some broken HTML in one of the article entries on the ASP.Net Controls page (http://www.codeproject.com/KB/webforms/[^]) I've checked the page in multiple browsers and the article listings get cut short, with the final entry being Remove multiple items from ListBox [^]. The article summary picked up half of an HTML comment causing the rest of the entries to disappear and get munged up with the page footer. Here's the summary in question: <span id="ctl00_ctl00_MC_ArticleList_TSR_ctl00_ALR_ctl237_Dsc">There is no direct way to remove multiple selected items from ListBox when SelectionMode of ListBox is set to "Multiple". So there is a small solution to handle this situation.In following Example ListBox "lstCity" contains multiple cities and SelectionMode is set "Multiple".<!--List...</span>
-
It looks like there is some broken HTML in one of the article entries on the ASP.Net Controls page (http://www.codeproject.com/KB/webforms/[^]) I've checked the page in multiple browsers and the article listings get cut short, with the final entry being Remove multiple items from ListBox [^]. The article summary picked up half of an HTML comment causing the rest of the entries to disappear and get munged up with the page footer. Here's the summary in question: <span id="ctl00_ctl00_MC_ArticleList_TSR_ctl00_ALR_ctl237_Dsc">There is no direct way to remove multiple selected items from ListBox when SelectionMode of ListBox is set to "Multiple". So there is a small solution to handle this situation.In following Example ListBox "lstCity" contains multiple cities and SelectionMode is set "Multiple".<!--List...</span>
Fixed - thanks
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP