id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,external_id 693,PHP and ASP AJAX viewer fixes needed for simple search on NULL values - MgProxyFeatureReader.GetProperty line 448,cgountanis,,"AJAX Viewer Fixes for PHP and ASP.NET - Value for property is null. - !MgProxyFeatureReader.!GetProperty line 448 Will these changes or something like this be implemented in the next release of the basic AJAX viewer? We really should not have to edit the ajaxviewer* code every implementation. Causes many problems with services packs updates and organization. PHP - Add if statement around the switch($propType) area. {{{ Line 158 if ($features->IsNull($propName)) { $val=""(null)""; } else { }}} ASP.NET - Add if statement around the switch (propType) area. Line 163 {{{ if(features.IsNull(prop)) { val = ""(Null)""; } else { }}}",defect,closed,high,2.1,AJAX Viewer,2.0.1,blocker,fixed,IsNull MgProxyFeatureReader GetProperty AJAX Viewer,,1121331