This is a migrated thread and some comments may be shown as answers.

Rss in asp.net

2 Answers 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Padmanaban
Top achievements
Rank 1
Padmanaban asked on 12 Jan 2012, 04:52 PM
Hello

this is padmanaban

i need rss page
my asp.net page need rss page needs

so my page have list blog post here. when i clcik the rss link, now current page blog post convert and disply into rss page.


help.


help!

2 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 13 Jan 2012, 10:37 AM
Hello, Padmanaban.

It's unclear from your post what is your exact problem, but it seems to me, that you need to create an RSS feed in ASP.NET.

While this question is not related, still we can answer it:

In short, you need to create a formatted XML document, with the RSS vocabulary. The document itself must have some generic parts (like title, link etc) and should have other parts (like the content you want to syndicate).

You could do a search for a more in depth description and pick the approach you want. I have picked to which are more or less decent, though not extremely in depth:
1) One from MicroSoft -- http://msdn.microsoft.com/en-us/magazine/cc163989.aspx
2) One for a prominent developer -- http://www.uberasp.net/getarticle.aspx?id=17

In addition, you could try seeking further help in programming forums like StackOverflow (http://stackoverflow.com/).

Note: I have answered your related post thread as well.

Regards,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Stuart Hemming
Top achievements
Rank 2
answered on 29 Jan 2012, 07:39 PM
Nothing to do with Telerik products, but you might want to have a look at http://argotic.codeplex.com/.
Tags
General Discussions
Asked by
Padmanaban
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Stuart Hemming
Top achievements
Rank 2
Share this question
or