Title of this RSS flowDescription of RSSCreate OPML links with C- October 23, 2007 This example will use the fetch html titleexample we created earlier and make it possible to input multiple urls for fetching. The specific use I needed to achieve was to create OPML file for Wordpress import - which turned out to not as easy as I though. In WP there is indeed a import OPML file for managing the blogroll - however the problem was that I couldn't find any docs somewhere. Finally I found it - can't even remember where - and don't care anymore. Now - here's the GUI: In...http://www.aspcode.net/Create-OPML-links-with-C.aspx Fetching title from HTML page with C- October 23, 2007 This article shows you how to retrieve the text inside HTML tags from a remote web page. Here's how the GUI looks like: You jnust enter the web address in the Url textbox, presses the button and the webpage title comes out in the box below. While you can download the solution and have a look yourself I'll explain some of the code here - it's not many rows at all: EEEContent_1 Meaning we have a helper file with all the code actually doing anything: EEEContent_2 And ...http://www.aspcode.net/Fetching-title-from-HTML-page-with-C.aspx |