Hi,
I am using asp.net 2.0 and C#.
I have a adrotator control, whcih I am binding to the database which has the three fields. AlternateText, ImageUrl and NavigateUrl.
Now, this works fine, as per the expectation. My question is this that the ImageUrl in the table contains a URL like http://www.xyz.com/abc.jpg but I want to store image in a database and then bind the image to the adrotator.
please help. Thanks in advance.