0
votes
Is there a way to asynchronously filter an IList?
Wrap only the repeater you want to rebind with an update panel of its own. The only viewstate transferred when doing this is the portion inside the update panel. You may have to play around with …
1
vote
What can cause an ASP.NET worker process to be recycled?
The worker process is probably cycling.
http://www.lattimore.id.au/2006/06/03/iis-dropping-sessions/
…
