hi
i want some help here
how to call parameter in vb.net to JavaScript
====================
var map;var geocoder; function initialize() {map = new GMap2(document.getElementById("map_canvas"));map.setCenter(new GLatLng(52.8068752, -1.6430344), 6);map.addControl(new GLargeMapControl());map.addControl(new GMapTypeControl());map.enableScrollWheelZoom();geocoder = new GClientGeocoder();map.setZoom(zoom); // Update current position info}=================================
52.8068752
-1.6430344 this is value of location in map
i want to call replace them parameters in vb.net
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim x as integer =20Dim y as integer =20 End Subthx for any body to help me
i want some help here
how to call parameter in vb.net to JavaScript
====================
var map;var geocoder; function initialize() {map = new GMap2(document.getElementById("map_canvas"));map.setCenter(new GLatLng(52.8068752, -1.6430344), 6);map.addControl(new GLargeMapControl());map.addControl(new GMapTypeControl());map.enableScrollWheelZoom();geocoder = new GClientGeocoder();map.setZoom(zoom); // Update current position info}=================================
52.8068752
-1.6430344 this is value of location in map
i want to call replace them parameters in vb.net
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim x as integer =20Dim y as integer =20 End Subthx for any body to help me