Search results for query: *

  1. E

    displaying date from the database into a date time picker control

    So sorry. I found the problem. It was my fault. I was binding the control to both the value and text property of the Date Time picker. It's fixed now. Again sorry for posting this question.
  2. E

    displaying date from the database into a date time picker control

    Hi all, I'm trying to display a date column from a record in a table into a date time picker in VB.NET. In the form designer, I've set the binding properties the date time picker to the ff: Text = mydataset.businessdate.startdate But when I run my program, the current date is still...
Back
Top