i want to access the cell values of datagrid in my code.
pls let me knw how to achieve the same.
If i select multiple rows and click on a context menu, I need to update all the cell values to a value 'Fixed'.
thanks,
sheethal
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gomathi PalaniswamyPosted Sep 28, 2010, 6:34 AM
Access the datagrid value like
dataGridView1.Rows[0].Cells[0].Value.ToString();
With Regards,
Gomathi.P