Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
PL SUGGEST ME HOW CAN IN INSERT DATETIMEPICKER IN A DATAGRIDVIEW IN VB.NET THANKS
rmshah Developer
you can see a sample here[^]
Il principe ;)
For Each row As DataGridViewRow In DataGridView1.Rows row.Cells("Date").Value = Today Next
ya i tried the one you shown it's working fine to me!! thanks mate ;)
ZAK