0
votes
1answer
615 views

Google maps / Iframe dynamic src element

ok so my problem is I have an iframe that is meant to show googlemaps The src of the iframe will be set to hit googlemaps with an address read from the database being inserted as a location At the ...
0
votes
3answers
399 views

Is it possible to change the source of an iframe without page postback?

I just wanted to know, is it possible to change the source of an iframe without page postback? if yes, then how.
0
votes
2answers
852 views

Image src using Jquery

I have the image path as shown below: <img src='Uploads/" + document.getElementById("<%=currentDirectory.ClientId%>").value + "/" + file.name + "' width='70' height='55'/> And Now I ...
0
votes
1answer
330 views

How to get functions from a javascript working in c# .aspx file, pointing to the right folder/file with href and src

I got an .aspx file in which I want to have a file uploader that I got from here. There are examples included how to get this to work. When I test it only do the HTML and javascript I can get it to ...
1
vote
1answer
593 views

Change img src in ASP.NET with Ajax

I have a .aspx page with an <img> tag which has an src subject to change depending on some controls values on the page. Pratically I change src with a runtime built-in querystring that cause src ...
0
votes
1answer
288 views

Server Error and iFrames src (ASP.NET)

I have an intranet application which is composed of a listbox which, when the user double-clicks an item, sets an iFrame's source to the associated aspx page using javascript (the name of the page is ...
2
votes
2answers
440 views

Opera Bug: src=“” generated by asp:image is empty

I have the following problem with Opera. The following asp.net code <asp:Image runat="server" ID="imgExpand"/> <ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server" ...