I am using VB 2013 and trying to send values from a dropdown to a message box, but it's returning 0. My code is as below :
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim value1 As String
Dim value2 As String
value1 =...