aaron.martinas
04-17-2007, 09:04 AM
in php, it is highly documented that one can do the following:
<img src="somepage.php">
and based on the code of the PHP page, you can return an image (random, in most instances that ive seen used, but i know thats all simply a result of the coding and could be whatever, whenever, whereever.)
so my question is this: is there an ASP equivalent? i dont want to use GDI libraries or anything-- i'd just like to return one of several static, premade images based on dynamic factors utilizing the ability to manipulate the header that is returned.
<img src="somepage.php">
and based on the code of the PHP page, you can return an image (random, in most instances that ive seen used, but i know thats all simply a result of the coding and could be whatever, whenever, whereever.)
so my question is this: is there an ASP equivalent? i dont want to use GDI libraries or anything-- i'd just like to return one of several static, premade images based on dynamic factors utilizing the ability to manipulate the header that is returned.