Hi I got all this data in a datagrid. How can I get the data from lets say, the third row and firstcolumn.
The column contains a textbox and it's called DataGridTextBoxColumn1.
When I do DataGridTextBoxColumn1.TextBox.Text I get the value of the column for the first row. How can I access the same for other rows?
thanks in advance


Reply With Quote