I would like to sort records on _list.asp page based on a field (say Age). I know how can I create a link/button but I do not know the field name on the list page I should use. Here is an example, in this example age is the field name in table. what should I use insted of $XYZ?
<TD align=middle width="25%">Age<A
href="employee_list.asp?orderby={$XYZ}age"></A></TD>
Thanks in advance, gnabi