Is there a way to add items to a dropdownlist (or any other control with lists) and when SelectedIndexChange happens, it doesn t keep adding all the items everytime that event happens? I suppose one way would be to clear the list before the add code but is there another?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...