Random Generator Names in a Drop Down Box
I am trying to write a program that will randomly generate a list of names that are in a drop down box. Example: In one drop down box, I have 6 names, and when I press the Generate button, I want it to randomly pick one of those names in the box. I am not familiar with c# completely. I appreciate everyone's help in this for me.