This topic is locked

Default value for filter

11/28/2007 5:11:34 PM
ASPRunner.NET General questions
F
fmbma author

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

Thanks!

Eugene 11/30/2007

You can enable this feature with onLoad event. You should use Session["dbGrid_ShortTableNameSearchSQL"] and Session["dbGridShortTableName_SearchParams"]