You'll need to do something like this:
SearchResultCollection ownerResults = Session["ownerResults"] as SearchResultCollection;
if (ownerResults != null)
{
// Code here
}
HTH,
Ryan
Ryan Olshan
ASPInsider | Microsoft MVP, ASP.NET
http://ryanolshan.comHow to ask a question