Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

I'm trying to change the datetimepicker.value based on which cell is clicked in a datagridview

$
0
0

(Mainform)datagridview.cellcontentclick() 'change the datetimepicker to the interview date saved in the bindingsurceInterviewDateDateTimePicker.Value = Me.PositionCompanyBindingSource.somethingsomething <-- end sub() (PositionForm) positionform.load() 'saving the interview date for a position ivDateTimePicker.DataBindings.Add("Text", JobHuntingForm.PositionCompanyBindingSource, "InterviewDate")

end sub()



Viewing all articles
Browse latest Browse all 2535

Trending Articles