Search results for query: *

  1. V

    Error: when binding the datatable with datagrid

    I figured out the problem, I was trying to update a datatable that was bound to a datagrid, which readonly property was set to true. So I just changed in my procedure before I add any rows I first change that property to false then change it back when I am finished. du... thanks Gerry
  2. V

    Error: when binding the datatable with datagrid

    Hi again, I'm still getting this error when I bind the datagrid with a Datatable: A first chance exception of type 'System.IndexOutOfRangeException' occurred in system.windows.forms.dll Additional information: Index was outside the bounds of the array. I have noticed if I keep...
Back
Top