<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started</title><link>http://forums.asp.net/15.aspx</link><description>The perfect forum for ASP.NET novices. No question too simple! &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=21&amp;amp;c=17" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: News Rotator</title><link>http://forums.asp.net/thread/2589265.aspx</link><pubDate>Fri, 29 Aug 2008 15:31:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2589265</guid><dc:creator>HypAJace</dc:creator><author>HypAJace</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2589265.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2589265</wfw:commentRss><description>&lt;p&gt;The previous answer is right, you will need to use Javascript to scroll the contents of your ticker.&amp;nbsp; There are tons of free scripts on the web to do that.&amp;nbsp; You can store the news items in a database and read them into the page elements and have a client side script handle to animation and interaction with the contents.&amp;nbsp; I am not exactly sure what your question is, could have some other answers for you if you could be a bit more specific.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope that helps!&lt;/p&gt;
&lt;p&gt;Jace&lt;/p&gt;</description></item><item><title>Re: News Rotator</title><link>http://forums.asp.net/thread/2589240.aspx</link><pubDate>Fri, 29 Aug 2008 15:23:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2589240</guid><dc:creator>jameswright</dc:creator><author>jameswright</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2589240.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2589240</wfw:commentRss><description>&lt;p&gt;Here&amp;#39;s an idea. Maybe you could use Response.Write to write out a div containing the text you want to scroll. after the page loads, you can have a javascript function to get the that div element and scroll it&amp;#39;s text. there&amp;#39;s a plether of info out there on how to scroll text with javascript. Essentially.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;//asp.net&lt;br /&gt;Response.Write(&amp;quot;&amp;lt;div id=&amp;quot;newrotator&amp;quot;&amp;gt;news news news news news news news&amp;lt;/div&amp;gt;&amp;quot;);&lt;br /&gt;&lt;br /&gt;//javascript&lt;br /&gt;document.getElementById(&amp;quot;newsrotator&amp;quot;);&lt;br /&gt;&lt;br /&gt;now you just need to figure out how to scroll it&amp;#39;s contents.&lt;br /&gt;&lt;br /&gt;Just a stab in the dark and will need some more work, but maybe that&amp;#39;ll kick start it.&lt;/p&gt;</description></item><item><title>News Rotator</title><link>http://forums.asp.net/thread/2589085.aspx</link><pubDate>Fri, 29 Aug 2008 14:31:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2589085</guid><dc:creator>cshaw</dc:creator><author>cshaw</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2589085.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2589085</wfw:commentRss><description>&lt;p&gt;Trying to come up with a way to create a app that will allow my frontpage designers to add news articles to frontpage and place them in a ticker like setting.&amp;nbsp; Where they will update on a timer or a button click.&amp;nbsp; Not very good with ajax.&amp;nbsp; Is there a way to do this with asp.net? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>