JoeBo
03-28-2008, 08:10 AM
Hello,
I am new to asp pages and need some further assistance. Now I have the map which is loaded by a function (function GetMap()
{
var latLon = new VELatLong(txtLat.value, txtLong.value);
map = new VEMap('myMap');
map.LoadMap(latLon, zoom, selStyle );
} ) on the page
I want to be able to load and hide the map until an item is selected on a gridview, what code would I need to place
in the GridView1_SelectedIndexChanged to triger to call an asp page function getmap, using vb.net?
Regards,
Joe
I am new to asp pages and need some further assistance. Now I have the map which is loaded by a function (function GetMap()
{
var latLon = new VELatLong(txtLat.value, txtLong.value);
map = new VEMap('myMap');
map.LoadMap(latLon, zoom, selStyle );
} ) on the page
I want to be able to load and hide the map until an item is selected on a gridview, what code would I need to place
in the GridView1_SelectedIndexChanged to triger to call an asp page function getmap, using vb.net?
Regards,
Joe