Search results for query: *

  1. P

    Set datasource to nothing...

    Answered my own question... Dim dataBinding as Binding = Nothing DataGridView1.datasource = dataBinding
  2. P

    Set datasource to nothing...

    In VB 2005 beta, I have a datagridview which starts with a bound tableadapter. I made the option to call a sub to load different data in the same grid as unbound but can't seem to figure out how to set the datagridview.datasource to nothing after it's been programatically set. Does anyone have...
Back
Top