Lets assume that on the front page of my club website I want to have an adrotator that rotates through the different pictures that appear in the Photos section.
From what I understand, the adrotator will get its information from either an xml file, or from a table that follows a particular schema.
I have created a table in my SQL Server database to hold the information, according to specifications, but do not know how to set the ImageUrl field, since the image is in the images table and not physically on the server's file system.
Any suggestion will be appreciated!