String = Me.ComboBox1.SelectedItem If value = (RetailerWorksheet.Cells(iStaredRow, 1).Value) Then ComboBox2.Text = RetailerWorksheet.Cells(iStaredRow, 2).Value End If Next End Sub Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim StartedRow As Integer...
Then there is anothe project in the same solution that needs to retrieve list of those public properties in "User" class in dbml. Here is the code snippet:Dim obj As ObjectUsing dc As MyDataContext = New MyDatacontext (ConnectionString)...