Link to home
Start Free TrialLog in
Avatar of aaloksharma71
aaloksharma71

asked on

Auto scrolling Headlines in a table cell

in my asp.net home page for a news site, I want the contents of another HTML page to be scrolled verically and automatically in a table cell of this home page . How can I do it?
The source of the contents can be another HTML page or a cell whcih picks up it's contents directly from an SQL DB.

I am using Frontpage 2003 and ASP.NET Web Matrix Project..
Avatar of coreybryant
coreybryant
Flag of United States of America image

Have you considered using a scrollable div?

-Corey
Avatar of aaloksharma71
aaloksharma71

ASKER

Is it the same as a Marquee? Sorry I am not an HTML expert.
Will it allow me to display another HTML page in a cell and make it scroll automatically UP/Down - like scrolling head line news.

Could you provide some link please?

I have checked on MS site, they have a Web Control for Scrolling an HTML page within another, but it is only applicable to FP 97?

Thanks
Hm now after re-reading the problem, let me ask, are you wanting to use an include or an iframe?  You can use an include & place it in a scrollable div.  The DIV will look like an Iframe actually (but better since it is not a frame).  

Take a quick look at http://www.rockctech.com/ - the content is in a scrollable div.  is that what you are wanting to achieve?

-Corey
Hello
Thanks for your response. What I am looking for auto scrolling feature and not Manual. I am working on a news site, and I want the top news to scroll automatically in one of the cells in a table in my home page. This should happen vertically and not horizontally.
Now this I can do using a Marquee, but I want the contents of this auto scrolling feature to come from another HTML page.
I hope that this will clear up the requirement.

BR
Alok
ASKER CERTIFIED SOLUTION
Avatar of coreybryant
coreybryant
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial