Will a Winforms grid keep its datasource in memory? .Net
- by NLV
Hello
I've a grid in my winforms application and i bind a huge dataset to the grid. Will the dataset be stored in the memory by the grid after calling DataBind(). How does it operate on the data binded to the grid?
Thanks
NLV