Click here to Skip to main content
16,019,843 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi In a aspx page i have 4 columns as
customercode:"abc"
locatorid:123
Oldploygoncords: 42.477104,-83.218141
NewPolygoncords:

Save button
In desinger part i have a iframe to display googlemap according to the above oldpolygoncords.If i change the polygon cords (i mean moving cursor) on the google map,i should display with new polygon cords in the above textbox(NewPolygonCords) and click save button to store cords in the database.
Now my Question is...
1) How to pass the HTML path into ASPX page to show a google map.
2) if possible can u give example how to write ? and where to write?

here I have written html file and pass into aspx page..
(response.addheader("Location","gmap.html"),but it doesn't work

Can anyone help me on this...
Thanks a lot.
Posted

1 solution

Use a query string?

http://www/mysite.com/maps.aspx?src=?????
 
Share this answer
 
Comments
deepika.tella 13-Jul-11 13:57pm    
in "src"= ?
you mean , i have to specify html path?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900