Right not were trying to improve our system because we have memory leaks in our application. Im wondering what will happen if i created a DataTable object that i left undisposed then redirect to another page?
Will the DataTable object be garbage collected or not? (ASP WEBFORMS) thank you for your help :)