Tagged Questions
0
votes
0answers
73 views
spquery.query cannot be charged correctly
I'm charging my spquery with different parameters from a static class called Fields :
In fact I'm using this query to bind result data to my asp:grid view
using (SPSite mySite = new ...
2
votes
2answers
427 views
What tool best help to identify memory leak?
Currently I encounter memory leak in my SharePoint 2007 application, what is the best tool to identify is there any un-dispose objects in the codes? example like DataTable, SPWeb, or SPList.
Thank ...