Is there a way of adding the values 1-15 to an asp dropdownlist without having to do each one individually...
I currently have:
ddlAdults.Items.Inser
Use a loop?
Like for loop or a foreach loop.
http://en.wikipedia.org/wiki/For_loop
or http://en.wikipedia.org/wiki/Foreach
That should help u, as I dont know what language u're programming in..