hi
in my windows application i declare in my combo in datagridview
Dim cmb As New DataGridViewComboBoxColumn()
i try to cmb.selectedvalue in formload event
but i cant put this method selectedvalue
how to set cmb.selectedvalue in runtime.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com