I am new to ASP, was trying to convert the following sorting scripts from:
I got everything to work except for the header names, how can I not use the database field names for the header names? My database field names are tough for everyday users to comprehend what that column actually is for.
for example, lst_name, frst_name is my field names, I want the header names to be Last Name and First Name.
Any help would be greatly appreciated. Hope some experts here can help. Thank you!
I got everything to work except for the header names, how can I not use the database field names for the header names? My database field names are tough for everyday users to comprehend what that column actually is for.
for example, lst_name, frst_name is my field names, I want the header names to be Last Name and First Name.
Any help would be greatly appreciated. Hope some experts here can help. Thank you!