<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP.NET Tutorials &#187; Free ASP.NET controls</title>
	<atom:link href="http://www.tutorialsasp.net/category/free-aspnet-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialsasp.net</link>
	<description>Get stuff done with ASP.NET</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:23:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Embed google maps easily in your asp.net pages</title>
		<link>http://www.tutorialsasp.net/uncategorized/embed-google-maps/</link>
		<comments>http://www.tutorialsasp.net/uncategorized/embed-google-maps/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 18:37:56 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Free ASP.NET controls]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asp.Net Google map control]]></category>
		<category><![CDATA[Google Map]]></category>

		<guid isPermaLink="false">http://tutorialsasp.net/?p=1</guid>
		<description><![CDATA[I found a nice and simple control Artem Google Map control . Its free, very simple to use and instructions are clearly provided . Just download the control file and put it in your bin directory. Sign up for a new Google Map key and note down the key. Here is an example of using [...]]]></description>
			<content:encoded><![CDATA[<p>I found a nice and simple control <a href="http://www.codeplex.com/googlemap">Artem Google Map </a> control . Its free, very simple to use and instructions are clearly provided . Just download the control file and put it in your bin directory. <a href="http://code.google.com/apis/maps/signup.html">Sign up for a new Google Map key</a> and note down the key. Here is an example of using the control in your asp.net page</p>
<p><code>&lt;artem:GoogleMap ID="GoogleMap1" runat="server" Width="500px" Height="400px" Key="your key here"<br />
Latitude="26" Longitude="93.6" Zoom="5"&gt;<br />
&lt;/artem:GoogleMap&gt;<br />
</code><br />
You can see a live demo <a href="http://www.LittleStarDimapur.com">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/uncategorized/embed-google-maps/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

