i don't really understand why poeple needs this feature...
for example if you are using a dynamic image generated by an aspx file,
leave it non ajax then you can call it from javascript to refresh
within the page which you need ajax

example:
assuming you have an image.aspx file outputs an image stream.

html part,
<img id="dynamicImage" src="image.aspx?id=anythingelse" />

 js part,
//when you need the image to change
document.getElementById("dynamicImage").src =
"image.aspx?id=anythingelsemore";

also it doesnt make sense to me, streaming an image via xml requests...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to