B Bumbrlik Jul 24, 2003 #1 I have a DataGrid bound to an ArrayList. How do I refresh the DataGrid once I change the ArrayList ? Thanks, Bumbrlik
I have a DataGrid bound to an ArrayList. How do I refresh the DataGrid once I change the ArrayList ? Thanks, Bumbrlik
S Sam Jul 25, 2003 #2 Only thing I've see so far is this: Private m_aobjMyArrayList As New ArrayList grdMyGrid.DataSource = Nothing grdMyGrid.DataSource = m_aobjMyArrayList
Only thing I've see so far is this: Private m_aobjMyArrayList As New ArrayList grdMyGrid.DataSource = Nothing grdMyGrid.DataSource = m_aobjMyArrayList