This topic is locked

Filtering A List From A Query Parameter

5/6/2013 8:51:25 AM
ASPRunner.NET General questions
A
AlexOZ author

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

Sergey Kornilov admin 5/8/2013

Turned out to be user error.
Every new search replaces the old filter unless you add a code to override this behaviour.