![]() |
Sergey Kornilov admin 3/7/2006 |
You can modify CalculateOrderBy Sub on the list page for this purpose. See my changes in bold: if strOrderBy<>"" then strOrderByClause = " order by " & strOrderBy & " " & strDir else strOrderByClause = " " & gstrOrderBy end if if Request("SearchFor")="" and Request("action")="Search" then strOrderByClause = " " & gstrOrderBy strOrderImage="" end if Session(strTableName & "_OrderBy") = strOrderBy |
T
|
tsigley author 3/8/2006 |
You can modify CalculateOrderBy Sub on the list page for this purpose. See my changes in bold:
|
![]() |
Sergey Kornilov admin 3/8/2006 |
My advise applies to ASPRunnerPro 4.0. |