Re: Looking for RSS control
- From: "Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com>
- Date: Tue, 17 May 2005 20:37:18 +0000
Hello,
Even if IPWorks products are good paying that amount of money just for an RSS component is to much.
What do you think about this one: http://www.realcomponents.com/products/ui_rss_manager.html
Can someone send me some feedback?
I need to take some decision about which component or code to use until tomorrow.
Thank You, Miguel
"clintonG" <csgallagher@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:csgallagher@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Your asking developers to pay $399 to purchase a 'solution' that includes an embedded write-only crippled implementation of RSS 2.0 that doesn't support the entire specification in its entirety?
<%= Clinton Gallagher METROmilwaukee (sm) "A Regional Information Service" NET csgallagher AT metromilwaukee.com URL http://metromilwaukee.com/ URL http://clintongallagher.metromilwaukee.com/
<lancer@xxxxxxxxxxxxxxxxxxxxxx> wrote in message news:OCDtaxuWFHA.2796@xxxxxxxxxxxxxxxxxxxxxxx
>> Hello, >> >> Does anyone know a good RSS component for ASP.NET? >> >>
> Thanks,
>> Miguel >
> There is an RSS component included in IP*Works! .Net > Edition. You can use it to create RSS in your asp.net app like so: > > private > void Page_Load(object sender, System.EventArgs e) { > // Put user code to > initialize the page here > nsoftware.IPWorks.Rss rss1 = new > nsoftware.IPWorks.Rss(); > rss1.ChannelTitle = "Rss On The Fly - IP*Works! > Demo"; > rss1.ChannelDescription = "How to create dynamic RSS in your web > app"; > rss1.ChannelLink = > "http://www.nsoftware.com/support/kb/tutorials.aspx"; > rss1.ImageTitle = > "IP*Works!"; > rss1.ImageLink = "http://www.nsoftware.com"; > rss1.ImageURL = > "http://www.nsoftware.com/subscriptions/img/boxshot.gif"; > rss1.AddItem("title > 1", "description 1", "http://mylink/1"); > rss1.AddItem("title 2", "description > 2", "http://mylink/2"); > rss1.AddItem("title 3", "description 3", > "http://mylink/3"); > Response.Clear(); > Response.ContentType = > > "text/xml"; > Response.Write(rss1.RSSData); > Response.End(); > } > > Regards, > Lance R. > /n software > http://www.nsoftware.com/ > > - >
.
- References:
- Re: Looking for RSS control
- From: clintonG
- Re: Looking for RSS control
- Prev by Date: Forms Authentication
- Next by Date: Re: Can I translate to a different language on replication?
- Previous by thread: Re: Looking for RSS control
- Next by thread: Re: Looking for RSS control
- Index(es):
Relevant Pages
|