Search results for query: *

  1. E

    DataRowView casting to a String

    I got it to work!!! Private Sub LeadTech_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles leadTechCombo.SelectedIndexChanged Dim technotable technotable = TechnicianSet1.Tables(0) Dim Techno As String =...
  2. E

    DataRowView casting to a String

    I have tried this and still no go Private Sub LeadTech_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles leadTechCombo.SelectedIndexChanged Dim technotable technotable = TechnicianSet1.Tables(0) Dim Techno As String =...
  3. E

    DataRowView casting to a String

    Im kind of new to this so any help would be greatly appreciated. My first project in VB is to develop a form in which I am inserting data into a database. On this form I have a combo box that is populated from a single data set through the use of OdbcDataAdapter into a DataSet. On the form load...
Back
Top