ajax and img
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
can somebody help me out i trying to figure out how i can use ajax to load a new img without a postback
Thanks, Chad Aiena
You can't use AJAX to load an image. If you need a call to the server to find out the name of the image, you can use AJAX, but the loading of the image itself is done by the browser. If you don't need a call to the server to find out the name of the image, you don't need AJAX at all.
--- b { font-weight: normal; }
-
can somebody help me out i trying to figure out how i can use ajax to load a new img without a postback
Thanks, Chad Aiena