mtxtBdate.Value = dataGridView1.SelectedRows[0].Cells["Birthdate"].Value.ToString();
i want this on data Grid view.. this type of syntax use in all other textboxs.. but now how to use this datepicker control syntax.. this sytax is wrong plzz tell me write
meas any date that user select on the datetimepicker is show on the datagrid..
mtxtfname.text = datagridView1.SelectRows[0].Cells["fIrstname"].value.ToString();
this sytanx will for text box but for data picker ???