Languages Visual Basic & VB.NET .Net Internet/ Browsers/ HTML  

Asp.Net News Tickertape using Ajax

download download  
important code information
author:
Sujesh_Kalloe
minimum requirements:
Asp.Net News Tickertape using Ajax description

This code shows how to create a news ticker tape using Ajax for .Net. Using ajax, the ticker tape is refreshed client side, without a postback. The tape gets its news from a Dutch news site (consuming an rss feed) and after 20 seconds switches to world news from CNN (again using an rss feed). U need to download the Ajax library, written by Michael Schwarz. It's free, and only 70kb. Place the dll in a directory and in the asp.net project, add a reference to it.


File List:
AssemblyInfo.cs3Kb
Global.asax81b
Global.asax.cs1Kb
Global.asax.resx2Kb
NewsTickerTape.csproj6Kb
NewsTickerTape.csproj.webinfo126b
NewsTickerTape.sln1Kb
NewsTickerTape.suo7Kb
Web.config4Kb
WebForm1.aspx1Kb
WebForm1.aspx.cs2Kb
WebForm1.aspx.resx5Kb

Similar code
A Winsock Chat Example for DUMMYS (Popularity: ) : This is a Basic Example. P2P communication with 2 WINSOCKS. Here you can learn the differences between Winsock for Vb6 and Vb.Net.

C#.NET Mail Class (pure .NET framework solution) + Example (Popularity: ) : Implements a mail-class (pure .NET framework solution). Supports cc, bcc, multiple attachments,... Please rate. Thanx.
Browser-Find-Highlight (Popularity: ) : Find or highlight a certain word on the webbrowser control (axwebbrowser).
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 103
version
size in Kb 11
popularity   2060/7913374
user rating 9/10
ad


New Code
Popular Code