//returns the output string from an OSJSONResponse object, ready to be interpreted by the osajax Javascript library included in AJAX aware pages
 private static string FormatJSONResponseString(OSJSONResponse resp)
 {
     return("OsJSONUpdate(" + resp.ToString() + ")");
 }