locked
How to display fulle news to RSS Feed similar like msn in asp.net website RRS feed

  • Question

  • User85486759 posted

    Hello, 

                 I am displaying news to the rss feed in my asp.net website. I want to know how to display full news like msn.com.

    Means when user clicking on news link  for full news then its redirecting on another website with full content. But i want display full news inside the my asp.net site like msn.com.

    does this possible? Basically my question is.. how to display full news as a third party source to the rss feed link?

    thanks

    Saturday, December 2, 2017 6:01 AM

All replies

  • User-335504541 posted

    <g class="gr_ gr_15 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="15" data-gr-id="15">Hi</g> sekhar2016,

    But <g class="gr_ gr_23 gr-alert gr_tiny gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" id="23" data-gr-id="23">i</g> want <g class="gr_ gr_21 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep" id="21" data-gr-id="21">display</g> full news inside <g class="gr_ gr_20 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-del replaceWithoutSep" id="20" data-gr-id="20">the my</g> asp.net site like msn.com.

    If you want to display other website's page on your website, I think you could try to use iframe tag.

    Here is the tutorial for the iframe:

    https://www.w3schools.com/tags/tag_iframe.asp

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

    how to display full news as a third party source to the <g class="gr_ gr_447 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="447" data-gr-id="447">rss</g> feed link

    Since the news is <g class="gr_ gr_616 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="616" data-gr-id="616">displayed in</g> your website, I think you should add your news page link to the <g class="gr_ gr_934 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="934" data-gr-id="934">rss</g> <g class="gr_ gr_946 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="946" data-gr-id="946">fedd</g>.

    You could refer the links below for add <g class="gr_ gr_1027 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="1027" data-gr-id="1027">rss</g> in asp.net:

    https://code.tutsplus.com/articles/how-to-build-an-rss-feed-with-aspnet--net-16136

    https://www.codeproject.com/Tips/895727/Consume-an-RSS-Feed-in-an-ASP-NET-Web-Page

    Best Regards,

    Billy

    Monday, December 4, 2017 7:11 AM