November Happy Hour will be moved to Thursday December 5th.
Hi,
occasionally when FIND goes down our pages tend to throw an exception which we can't seem to catch correctly.
Server side we have this sort of thing:
try { ..... Results = query.GetResult(hitSpec); ...... } catch(exception ex) { .... }
Then in the front end we have this:
<% if (results !="null)" { %> <% if (query !="null" && query !="" ) { %> Your search for '<%: query %>%:>' resulted in <%: results.totalmatching %>%:> matches <% } %><% } %>%>%>%>%>
Your search for '<%: query %>%:>' resulted in <%: results.totalmatching %>%:> matches
The Results != null does not seem to catch a NULL.
Has anyone found a way to combat this?
Jon
"FIND goes down" - "you receive zero results" or "FIND replies with network level exceptions"?
What is value for variable "Results" when FIND goes down?
What kind of exception is thrown in cases of FIND goes down?
Hi,
occasionally when FIND goes down our pages tend to throw an exception which we can't seem to catch correctly.
Server side we have this sort of thing:
Then in the front end we have this:
The Results != null does not seem to catch a NULL.
Has anyone found a way to combat this?
Jon