hi all, i am new here,
i want some help to work with datagrid..
How to edit the values of a datagrid column and write those values in a file?
urgent.
thanx
hi all, i am new here,
i want some help to work with datagrid..
How to edit the values of a datagrid column and write those values in a file?
urgent.
thanx
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.
Bechir BejaouiPosted Feb 23, 2008, 9:22 AM
int oColIndex = 0;
int oRowIndex = 0;
string myValue = "";
DataGridView oDataGridView = new DataGridView();
myValue = oDataGridView[oColIndex, oRowIndex].Value.ToString();