<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sat, 11 Oct 2008 21:05:25 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Page Inclusion (Screen Scraping) 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/573/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/573/comments/</comments>
		<pubDate>Thu, 11 Jan 2007 08:47:14 +0000</pubDate>
		<dc:creator>Casper42</dc:creator>
		<category>ASPX, C, CSharp</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/573/</guid>
		<description>
			<![CDATA[
				<p>This little number will allow the contents of other pages to be included or embedded into the rendered HTML of an aspx page.  Using the WebClient class from the .NET framework, you can conditionally load pages, even manipulate the HTML before it is rendered and in this example, fill in forms and execute javascript actions.<br /><br />The following example shows how to auto-login to an Exchange Server - this was something requested for inclusion into our portal, but I left out the logic that pulls/decrypts the real password - for obvious reasons.<br /><br />Enjoy!<br />~Jeremy</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>