Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I creat DataGridViewComboBoxColumn in run time I was found which Item selected.but when I worte this code in my project return null value
C#
datagridview1.Rows[i].Cells[0].Value.ToString();


Plze Help Me
Posted
Updated 28-Oct-11 20:48pm
v2

1 solution

This May help you.

this.datagridview1[columnIndex, rowIndex].Value.ToString();
 
Share this answer
 
Comments
raheleh_es 29-Oct-11 4:24am    
HII was test your code but.it wasn't work ;

can you help me?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900