Is it possible to set a default value for a filter? For example, I want the list page to default to returning data with today's date. The user can then override with another value. I use asprunner.net with VB
You can enable this feature with onLoad event. You should use Session["dbGrid_ShortTableNameSearchSQL"] and Session["dbGridShortTableName_SearchParams"]