Showing related tags and posts across the entire site.
-
Created a list box, set the mode to add item mode. Then in code I add in 5 entries a,f,d,g,e then tell the list box to sort acceding. So i get a,d,e,f,g. Then select say f. Then you do a remove item with currently selected index. But in stead of F being delete G is removed. The item that is removed is...