How can I display cricket score or news in my own asp.net website in my own customized way......I tried looking for any webservice but of no use........
I also tried RSS Feed but it only provides a link to another website. I want to display it on my own website in my own way.....Anybody having any idea , please help........
I can display news in this way, but what about a cricket score......???? I am not getting RSS Feed for that which give link to the websites where scoreboard is shown........ I want to show dynamic score i.e. exact score changing after each ball on my own
website..........
I can display news in this way, but what about a cricket score......???? I am not getting RSS Feed for that which give link to the websites where scoreboard is shown........ I want to show dynamic score i.e. exact score changing after each ball on my own
website..........
I can display news in this way, but what about a cricket score......???? I am not getting RSS Feed for that which give link to the websites where scoreboard is shown........ I want to show dynamic score i.e. exact score changing after each ball on my own website..........
Here they are providing only description and link to the scoreboard which is getting displayed in their own website. I want to use RSS feed and display Score on my own website ........Direct score on my website , let it be in brief of 4-5 lines.....
Here they are providing only description and link to the scoreboard which is getting displayed in their own website. I want to use RSS feed and display Score on my own website ........Direct score on my website , let it be in brief of 4-5 lines.....
Certainly that's very diffcult to find a good idea will be to add a Widget by just pasting few lines of html code
in my own asp.net website in my own customized way
You could use a technique called screen scraping. Take a look at this article:
Screen Scraping with ASP.NET. First ask the other sites owner if you're allowed to copy his/her content.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
jasminder.33
Member
385 Points
164 Posts
Display live cricket score or news
May 05, 2009 07:20 AM|LINK
How can I display cricket score or news in my own asp.net website in my own customized way......I tried looking for any webservice but of no use........
I also tried RSS Feed but it only provides a link to another website. I want to display it on my own website in my own way.....Anybody having any idea , please help........
Jasminder Singh
(http://dotnetfreakblog.wordpress.com)
mudassarkhan
All-Star
78956 Points
13402 Posts
MVP
Re: Display live cricket score or news
May 05, 2009 07:31 AM|LINK
You can pull the RSS from any website and display the same on your own with formatting that you like
Refer my article on the same
http://www.aspsnippets.com/post/2009/03/22/Display-RSS-Feeds-using-ASPNet.aspx
Contact me
jasminder.33
Member
385 Points
164 Posts
Re: Display live cricket score or news
May 05, 2009 07:34 AM|LINK
I can display news in this way, but what about a cricket score......???? I am not getting RSS Feed for that which give link to the websites where scoreboard is shown........ I want to show dynamic score i.e. exact score changing after each ball on my own website..........
Jasminder Singh
(http://dotnetfreakblog.wordpress.com)
mudassarkhan
All-Star
78956 Points
13402 Posts
MVP
Re: Display live cricket score or news
May 05, 2009 07:52 AM|LINK
The link is working fine I just checked retry else go directly to the C# sections there you'll find it
http://www.aspsnippets.com/category/C.aspx
Contact me
jasminder.33
Member
385 Points
164 Posts
Re: Display live cricket score or news
May 05, 2009 08:00 AM|LINK
I can display news in this way, but what about a cricket score......???? I am not getting RSS Feed for that which give link to the websites where scoreboard is shown........ I want to show dynamic score i.e. exact score changing after each ball on my own website..........
Jasminder Singh
(http://dotnetfreakblog.wordpress.com)
mudassarkhan
All-Star
78956 Points
13402 Posts
MVP
Re: Display live cricket score or news
May 05, 2009 08:03 AM|LINK
Yes you can get free Cricket RSS from here
http://www.cricinfo.com/db/RSS/
You will need to update it at regular intervals say 5 minutes
Contact me
jasminder.33
Member
385 Points
164 Posts
Re: Display live cricket score or news
May 05, 2009 08:20 AM|LINK
Here they are providing only description and link to the scoreboard which is getting displayed in their own website. I want to use RSS feed and display Score on my own website ........Direct score on my website , let it be in brief of 4-5 lines.....
Jasminder Singh
(http://dotnetfreakblog.wordpress.com)
mudassarkhan
All-Star
78956 Points
13402 Posts
MVP
Re: Display live cricket score or news
May 05, 2009 08:59 AM|LINK
Certainly that's very diffcult to find a good idea will be to add a Widget by just pasting few lines of html code
from here
http://www.cricinfo.com/widgets/?addata=widget_hpnp
like this try pasting it
<object type="application/x-shockwave-flash" data="http://www.widgets.cricinfo.com/o/482c264908cd8b29/49ffff88c8333099/482c264908cd8b29/9769851d" id="W482c264908cd8b2949ffff88c8333099" width="300" height="250"><param name="movie" value="http://www.widgets.cricinfo.com/o/482c264908cd8b29/49ffff88c8333099/482c264908cd8b29/9769851d" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /></object>
Contact me
XIII
All-Star
182789 Points
23485 Posts
ASPInsiders
Moderator
MVP
Re: Display live cricket score or news
May 05, 2009 09:16 AM|LINK
Hi,
You could use a technique called screen scraping. Take a look at this article: Screen Scraping with ASP.NET. First ask the other sites owner if you're allowed to copy his/her content.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
jasminder.33
Member
385 Points
164 Posts
Re: Display live cricket score or news
May 05, 2009 09:51 AM|LINK
Any other option friends ????
Any idea to get a web service like we have for sending an sms ???
Jasminder Singh
(http://dotnetfreakblog.wordpress.com)