Hi everyone,
I need to create an image scroller in my .NET application. I've found a way to do it using html (with the marquee tag) but the problem is the pictures displayed are static. Meaning I have to define them in the code.
I need the image scroller to display pictures for example from some directory or a text file, something I can control outside the C# code.
Here is an example of what I need it to look like:
http://www.fortochka.com/JavaScript/HorScroller/default.htm
except that my "pictures db" is dynamic.
Please help! This is for a project that I need to submit this friday...
Thanks
Tanya