I have a database that contains latitude and longitude fields recorded in all seconds (such as "129600N" and "252000W"). The last character of both fields needs to be trimmed (the N and the W) and then the integer divided by 3600 to get the latitude and longitude in decimal degrees (in this instance latitude 36.0000 and longitude 70.0000). I would like you to write an aspx page for me in VB that allows me to request the query string (the string is name is "LID") and the query the database...