Search results for query: *

  • Users: kimykimy
  • Content: Threads
  • Order by date
  1. K

    Binding DateTimePicker

    Hi.. I'm trying to bind a DateTimePicker from a dataset, but getting a "cannot bind to property error". Here is the code. Please help... Dim SqlAdapt As New OleDb.OleDbDataAdapter("select * from TBL", conn) Dim ds As New DataSet SqlAdapt.Fill(ds)...
Back
Top