I am calling a method inside a for loop and the problem is that the method calls another method. There is nothing wrong with the method if its called as a one off, it works fine but inside the loop the page just hangs.
The loop is going to iterate about 1300 times and the method called calls another method that queries a db etc... I'm not sure should i paste the code as well....
Any ideas guys and gals
The loop is going to iterate about 1300 times and the method called calls another method that queries a db etc... I'm not sure should i paste the code as well....
Any ideas guys and gals