Error133The name 'map_canvas' does not exist in the current context
this error will be displayed when i'm running the application
here i'm attaching files
please help me
it's important to me
here i'm attaching files
please help me
it's important to me
Iftikar HussainPosted Aug 2, 2013, 8:49 AM
You need to make modify the below code
var map = new google.maps.Map(document.getElementById("<%= map_canvas.ClientID %>"), mapOptions);
to
var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
Regards,
Iftikar