I have multi data grids on the same page/user control and I swap them out. One is a normal view and one is a search results view. I want to empty them when ever they are not displayed because they are rebound on every display anyway.
What I am going to try right now is setting the data source to null and DataBinding the grid again. I am thinking this will cause an error though. Does anyone know of a way to do this?
Thanks in advanced.
