Hi,
I got a turtle as a gift and because i want to read about it in order to know what to feed it, how much space is needed for it, etc... i need to know which type it is.
I am unable to figure out by myself as I've never gotten turtles before...
I have this page in a wizard where one can select his location on the map.
the value is displayed correctly on a textbox in the same page using:
document.getElementById('MainContent_Wizard1_SelectedLat').value = Lat;
document.getElementById('MainContent_Wizard1_SelectedLng').value = Lng;
till...