The following code displays the distance (in miles) based on an asp calculation on the webpage:
How do I sort a recordset on the page based on the above calculation result?
Code:
<%= int(GetDistance(istartLat, istartLong, (Recordset1.Fields.Item("LATITUDE")), (Recordset1.Fields.Item("LONGITUDE")), "M"))%>
How do I sort a recordset on the page based on the above calculation result?