Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~257 People Reached
Favorite Forums
Favorite Tags
Member Avatar for judithSampathwa

hi there, i have a datagrid view and it have a datagrid view combo box in it. i use the below code to load data to the datagrid view combo box. [CODE] DataGridViewComboBoxColumn comboBox = (DataGridViewComboBoxColumn)dgvAction.Rows[i].Cells[1].OwningColumn; comboBox.Items.Clear(); comboBox.Items.AddRange(m.LoadUSEmp()); [/CODE] what i want is how can i display the first value …

Member Avatar for rupeshbari
-2
257