I'm wanting to open a list page with a preset filter (via a url). I replaced my phprunner filter with the asprunner.net equivalent (I think) it seems to work ok accept when I do a further search within the list page.
PHP: dbo_vwPlantsSafeTicked_list.php?regionid=1'
ASP.NET: dbo_vwPlantsSafeTicked/list?q=(RegionID~equal~1)
However in the PHP a further search within the list page like a text search maintains the original filter whereas it doesn't in the asprunner.net version
Any suggestions? Thanks Alex