Click here to Skip to main content
15,922,650 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have a asp.net web application in which I want to show the post of my exiting wordpress blog. How can we do? Wordpress is already hosted in anather server?
Posted

Use IFRAME. Try as below code.
ASP.NET
<IFRAME id="frame1" src="http://www.YourWordPressBlogPost"  runat="server">

Have a look at below link for more information on IFRAME.
http://msdn.microsoft.com/en-us/library/ms535258%28VS.85%29.aspx
 
Share this answer
 
I have got the solution I am using through feedburner service of google.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900