Hey,
Please help me to load the values to Dropdownlist1 or ComboBox1 from access table
when start up.
I need to select the employee Id from the ComboBox1.
below is my connection string:
Can anyone please help me.
regards,
vb-kid
Please help me to load the values to Dropdownlist1 or ComboBox1 from access table
when start up.
I need to select the employee Id from the ComboBox1.
below is my connection string:
Code:
cnn = New OleDb.OleDbConnection
cnn.ConnectionString = "Provider=Microsoft.Jet.Oledb.4.0; Data Source=" & Application.StartupPath & "\data.mdb"regards,
vb-kid