Hey i use this method for that,
<iframe height="450px" width="450px" scrolling="auto" runat="server" id="iFrame1"></iframe>
string Url = ev.google_map;
iFrame1.Attributes["src"] = Url;
but the problem is now i face,
i face this problem
i got this source from database,
https://maps.google.nl/maps?q=florijn+34+dronten&ie=UTF8&hq=&hnear=Florijn+34,+8253+DM+Dronten,+Flevoland&ll=52.536417,5.708256&spn=0.008719,0.026157&t=m&z=14&output=embed
which is same as google map link ,but when i assign this value into iframe and run my page in mozila and chrome but map isnot shown i found that source of iframe is changed as runtime of page
https://maps.google.nl/maps?q=florijn+34+dronten&amp;ie=UTF8&amp;hq=&amp;hnear=Florijn+34,+8253+DM+Dronten,+Flevoland&amp;ll=52.536417,5.708256&amp;spn=0.008719,0.026157&amp;t=m&amp;z=14&amp;output=embed
this src is got after run the page,i not found map can anybody give me solution for that.?
in short i found that value of src is change during runtime of my dotnet page.any reason or solution ?
mark this answer if it will really help you,
Thanks&Regards
ketan
t5j9033387989, if this helps please login to Mark As Answer. | Alert Moderator