Search results for query: *

  1. V

    Question Not getting any value in cboSubCategory?

    Getting no error but won't show available text in the Combo Box. The following code is also the same. No error no data. Public Function cboLoadSubCategory() Dim StrSql As String Dim dt As New DataTable Dim ds As New DataSet If cboMainCategory.Text = "TILING"...
  2. V

    Question Not getting any value in cboSubCategory?

    The following is the code but it is not showing any value though the data is available in MS Access Database. Private Sub cboMainCategory_SelectedIndexChanged(sender As Object, e As EventArgs) Handles cboMainCategory.SelectedIndexChanged txtMainCategory.Text = cboMainCategory.Text...
Back
Top