J
Jason MacKenzie
I have what is probably a simple question. I have a Windows form with some
simple databinding going on.
I have some navigation buttons like so for the Move First button:
Me.BindingContext(Child1, "Child").Position = Child1.Tables(0).Rows.Count -
1
Each row in my dataset has a date column. How can I bind to that row based
on the value selected in my datetimepicker?
Thanks for any help,
Jason MacKenzie
simple databinding going on.
I have some navigation buttons like so for the Move First button:
Me.BindingContext(Child1, "Child").Position = Child1.Tables(0).Rows.Count -
1
Each row in my dataset has a date column. How can I bind to that row based
on the value selected in my datetimepicker?
Thanks for any help,
Jason MacKenzie