As you mentioned using the value, I realized how complicated I was making this. Thanks for your direction. I just added a single line of code in my submit click event and added the emails to the ddl as values and everything works great! Dim Email As New System.Net.Mail.MailMessage( _ "email@email.com", ddlLocation.SelectedValue) Thanks again!