Monstesr
-
9/24/2009 3:26:30 PM
TreeHelper.SelectNodes returning empty results when launched in a thread.
Hi,
I am trying to do some lazy loading of treenode objects, but when i call TreeHelper.SelectNodes from within a spawned thread, it returns 0 results, if i call it with the exact same paramters inline, it returns the correct results.
Does the TreeHelper.SelectNodes method require the current http context? If so, is there any way i can pass the context to the object? I have a reference to it within my thread..
|