i have a DropDownList which is getting data from dataset, the dropdownlist show all the data from the dataset perfect, but i want to add an empty value to the list as the default selected value. how do i do it ?
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-...