Author: dharma | Posted on: 11/27/2008 4:13:22 AM | Views : 1308

 
 hi ,
   Am using google maps for tracking a vehicle,am
getting the output too,but the problem is when i keep the
webusercontrol in a table the map is not visible properly...am not
getting the problem ..any one solve this puzzle ..thanks in
advance....please go through thsi code...

 <%@ Register src="~/GoogleMapForASPNet.ascx" TagName="GoogleMapForASPNet" TagPrefix="uc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >

<head runat="server">
    <title>Google Map with clickable pushpins</title>
    
       
<link type="text/css" rel=" ...

Go to the complete details ...