I have a datagrid in vb.net web form that pulls from a table in sql. Everytime I add a column in the sql table, I have to delete and re-create teh datagrid.
Is there a way to just 'update' the grid without having to delete and recreate it?
Thanks guys!!
