blah blah blah is here! blah blah » Close

1
votes
1 answers

Index was out of range. Must be non-negative

I'm trying to copy values from a cell in my datagrid to a new form when clicked, I have this working apart from this one line of code: [code]GridClick.Descrip.Text = row.Cells[8].Value.ToString();[/code] Throwing this error: " ...

Feedback