hello,
i am using this snippet instead of latitude and longitude i have complete address on page load i want to pass that address to google map so it should show the map on page load.
Hi nauna,
Refer below link.
nauna says: $(function () { $("[id*=btnSave]").bind("click", function () { GetLocation($("#txtAddress").val()); return false; }); });
$(function () {
$("[id*=btnSave]").bind("click", function () {
GetLocation($("#txtAddress").val());
return false;
});
Change with below code.
$(function () { GetLocation("Your Address"); });
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.