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.cs
3Kb
Global.asax
81b
Global.asax.cs
1Kb
Global.asax.resx
2Kb
NewsTickerTape.csproj
6Kb
NewsTickerTape.csproj.webinfo
126b
NewsTickerTape.sln
1Kb
NewsTickerTape.suo
7Kb
Web.config
4Kb
WebForm1.aspx
1Kb
WebForm1.aspx.cs
2Kb
WebForm1.aspx.resx
5Kb
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.