This topic is locked

different sorts for list view and print-friendly view

1/4/2010 11:33:01 AM
ASPRunnerPro General questions
M
mfred author

Currently, the sort for the print-friendly view is the same as the main list. Is there a way to make the print-friendly be a different sort than the main view?

Sergey Kornilov admin 1/4/2010

By default printer friendly page uses the same SQL query as list page.
You can change default sort order using BeforeSQLQuery event of Printer page:

http://www.xlinesoft.com/asprunnerpro/docs/before_sql_query.htm