Your question was "do they usually give the bare source code as well as the software." The answer of course is that it depends on what your...
List items in ASP.NET have both a text and a value property, you can add an item like this: myDropDown.Items.Add(New ListItem("Sue", "1"))...
Separate names with a comma.