There is an asp.net(3.5) search page. On the page after gettin sql result, the page size is 30 MB. If i click again (different criteria or not dosen't matter) i am getting "Exception of type 'System.OutOfMemoryException' was thrown." message.
I want to this, if i can clear DataGrid (or gridview) before (button click) postback may be page cannot get the error 'System.OutOfMemoryException'.
Thanks a lot.