Will a Winforms grid keep its datasource in memory? .Net

Posted by NLV on Stack Overflow See other posts from Stack Overflow or by NLV
Published on 2010-06-10T12:57:57Z Indexed on 2010/06/10 13:02 UTC
Read the original article Hit count: 228

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

© Stack Overflow or respective owner

Related posts about winforms

Related posts about memory-management