<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ASP.NET Tutorials</title>
	
	<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.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tutorialsaspVihutuo" /><feedburner:info uri="tutorialsaspvihutuo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Back Stage at UK Tech Days – Day Three</title>
		<link>http://www.tutorialsasp.net/general-aspnet/back-stage-at-uk-tech-days-%e2%80%93-day-three/</link>
		<comments>http://www.tutorialsasp.net/general-aspnet/back-stage-at-uk-tech-days-%e2%80%93-day-three/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 16:59:26 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[General ASP.NET]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=341</guid>
		<description><![CDATA[Sara Allison from Underbelly meets some of the attendees who came to Day 3 of UK Tech Days to learn about Silverlight 4, ASP.NET 4 and Windows Azure. With the release of Visual Studio 2010, Silverlight 4 and ASP.Net 4.0 the web developer has in his hands the magic tools to rapidly create highly interactive [...]


Related posts:<ol><li><a href='http://www.tutorialsasp.net/general-aspnet/aspnet-developer-vs-php-developer/' rel='bookmark' title='Permanent Link: ASP.Net Developer vs. PHP Developer'>ASP.Net Developer vs. PHP Developer</a> <small>The world of web design and development language is dominated...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Sara Allison from Underbelly meets some of the attendees who came to Day 3 of UK Tech Days to learn about Silverlight 4, ASP.NET 4 and Windows Azure. With the release of Visual Studio 2010, Silverlight 4 and ASP.Net 4.0 the web developer has in his hands the magic tools to rapidly create highly interactive and desktop type applications for the web<br />
<script type="text/javascript" src="http://video.unrulymedia.com/wildfire_13169097.js"></script></p>


<p>Related posts:<ol><li><a href='http://www.tutorialsasp.net/general-aspnet/aspnet-developer-vs-php-developer/' rel='bookmark' title='Permanent Link: ASP.Net Developer vs. PHP Developer'>ASP.Net Developer vs. PHP Developer</a> <small>The world of web design and development language is dominated...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/general-aspnet/back-stage-at-uk-tech-days-%e2%80%93-day-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New Xbox 360</title>
		<link>http://www.tutorialsasp.net/uncategorized/the-new-xbox-360/</link>
		<comments>http://www.tutorialsasp.net/uncategorized/the-new-xbox-360/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:12:45 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=295</guid>
		<description><![CDATA[No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://video.unrulymedia.com/wildfire_12113381.js"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/uncategorized/the-new-xbox-360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a 3 column layout using CSS, Master Pages and Themes</title>
		<link>http://www.tutorialsasp.net/tutorials/build-a-3-column-layout-using-css-master-pages-and-themes/</link>
		<comments>http://www.tutorialsasp.net/tutorials/build-a-3-column-layout-using-css-master-pages-and-themes/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:25:41 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[3 column layout]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Master pages]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=266</guid>
		<description><![CDATA[Using ASP.Net Mater pages and themes makes it very easy to give a consistent layout and feel for the entire site. The 3 column fixed layout is a common design for most sites. I reuse the following code most of the time to create a 3 column layout which works in most browsers including FF2, [...]


Related posts:<ol><li><a href='http://www.tutorialsasp.net/seo/check-page-rank-of-all-pages-of-a-website/' rel='bookmark' title='Permanent Link: Check Page Rank of all pages of a website quickly'>Check Page Rank of all pages of a website quickly</a> <small>The most recent Google Page Rank (PR) update happened some...</small></li><li><a href='http://www.tutorialsasp.net/uncategorized/loading-and-previewing-fonts-from-files-in-aspnet/' rel='bookmark' title='Permanent Link: Loading and previewing fonts from files in ASP.NET'>Loading and previewing fonts from files in ASP.NET</a> <small>Few weeks back I created a free fonts preview and...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Using ASP.Net Mater pages  and themes makes it very easy to give a consistent layout and feel for the entire site. The 3 column fixed layout is a common design for most sites. I reuse the following code most of the time to create a 3 column layout which works in most browsers including FF2, FF3, IE6 and IE7. All the code for design and layout are placed in a css file under the Themes folder</p>
<div id="attachment_271" class="wp-caption alignnone" style="width: 510px"><a href="http://www.tutorialsasp.net/wp-content/uploads/2009/08/3column.jpg"><img class="size-full wp-image-271" title="3column" src="http://www.tutorialsasp.net/wp-content/uploads/2009/08/3column.jpg" alt="3 column layout" width="500" height="248" /></a><p class="wp-caption-text">3 column layout</p></div>
<p>Here is the code for the master page. It is simple . It contains 3 columns with a center content area and a footer at the bottom.</p>
<p><strong>Code for Master Page</strong></p>
<pre><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:View>Normal</w:View>
  <w:Zoom>0</w:Zoom>
  <w:Compatibility>
   <w:BreakWrappedTables />
   <w:SnapToGridInCell />
   <w:WrapTextWithPunct />
   <w:UseAsianBreakRules />
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">body</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: blue;">&lt;</span><span style="color: maroon;">form</span> <span style="color: red;">id</span><span style="color: blue;">="form1"</span> <span style="color: red;">runat</span><span style="color: blue;">="server"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">id</span><span style="color: blue;">="body_area"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>        </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">id</span><span style="color: blue;">="left"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>              </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">class</span><span style="color: blue;">="InnerText"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                  </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">id</span><span style="color: blue;">="logo"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                  </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                  </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">class</span><span style="color: blue;">="Nav"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                        </span><span style="color: blue;">&lt;</span><span style="color: maroon;">ul</span> <span style="color: red;">class</span><span style="color: blue;">="Nav"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                              </span><span style="color: blue;">&lt;</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;&lt;</span><span style="color: maroon;">a</span> <span style="color: red;">href</span><span style="color: blue;">=""&gt;</span>Link1<span style="color: blue;">&lt;/</span><span style="color: maroon;">a</span><span style="color: blue;">&gt;&lt;/</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                              </span><span style="color: blue;">&lt;</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;&lt;</span><span style="color: maroon;">a</span> <span style="color: red;">href</span><span style="color: blue;">=""&gt;</span>Link1<span style="color: blue;">&lt;/</span><span style="color: maroon;">a</span><span style="color: blue;">&gt;&lt;/</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                              </span><span style="color: blue;">&lt;</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;&lt;</span><span style="color: maroon;">a</span> <span style="color: red;">href</span><span style="color: blue;">=""&gt;</span>Link1<span style="color: blue;">&lt;/</span><span style="color: maroon;">a</span><span style="color: blue;">&gt;&lt;/</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                              </span><span style="color: blue;">&lt;</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;&lt;</span><span style="color: maroon;">a</span> <span style="color: red;">href</span><span style="color: blue;">=""&gt;</span>Link1<span style="color: blue;">&lt;/</span><span style="color: maroon;">a</span><span style="color: blue;">&gt;&lt;/</span><span style="color: maroon;">li</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                         </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">ul</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                  </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>              </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>       </span><span>  </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>           </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">id</span><span style="color: blue;">="mid"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>              </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">id</span><span style="color: blue;">="banner"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>              </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>               </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">class</span><span style="color: blue;">="InnerText"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                </span><span style="color: blue;">&lt;</span><span style="color: maroon;">asp</span><span style="color: blue;">:</span><span style="color: maroon;">contentplaceholder</span> <span style="color: red;">id</span><span style="color: blue;">="Content1"</span> <span style="color: red;">runat</span><span style="color: blue;">="server"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">asp</span><span style="color: blue;">:</span><span style="color: maroon;">contentplaceholder</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>               </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>            </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>       </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">id</span><span style="color: blue;">="right"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>           </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">class</span><span style="color: blue;">="InnerText"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>                </span>Right</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>            </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>   </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">id</span><span style="color: blue;">="footer"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span><span style="color: blue;">&lt;</span><span style="color: maroon;">div</span> <span style="color: red;">class</span><span style="color: blue;">="InnerText"&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>           </span>footer</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>   </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>  </span><span style="color: blue;">&lt;/</span><span style="color: maroon;">div</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: blue;">&lt;/</span><span style="color: maroon;">form</span><span style="color: blue;">&gt;</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;/</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">body</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span></pre>
<p>Here is the CSS file which will go under the themes folder</p>
<p><strong>Code for CSS file</strong></p>
<pre><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:View>Normal</w:View>
  <w:Zoom>0</w:Zoom>
  <w:Compatibility>
   <w:BreakWrappedTables />
   <w:SnapToGridInCell />
   <w:WrapTextWithPunct />
   <w:UseAsianBreakRules />
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[endif]--><span style="color: #993366;">body</span>
{
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">margin</span>:<span style="color: blue;">0</span>;
</span><span>     </span><span style="color: red;">padding-top</span>:<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: blue;">0px</span>;
</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">padding-right</span>:<span style="color: blue;">0</span>;
<span>    </span><span style="color: red;">padding-bottom</span>:<span style="color: blue;">0</span>;
</span><span>     </span><span style="color: red;">padding-left</span>:<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: blue;">0</span>;
</span><span>     </span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: red;">font-family</span>:<span style="color: blue;">Arial,</span> <span style="color: blue;">Helvetica,</span> <span style="color: blue;">sans-serif</span>;
</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">background-color</span>:<span style="color: blue;">#D5CDAC</span>;
}</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">div</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">, <span style="color: maroon;">h1</span>, <span style="color: maroon;">h2</span>, <span style="color: maroon;">h3</span>, <span style="color: maroon;">h4</span>, <span style="color: maroon;">p</span>, <span style="color: maroon;">form</span>, <span style="color: maroon;">label</span>, <span style="color: maroon;">input</span>, <span style="color: maroon;">textarea</span>, <span style="color: maroon;">img</span>, <span style="color: maroon;">span</span>{</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin</span>:<span style="color: blue;">0</span>; <span style="color: red;">padding</span>:<span style="color: blue;">0</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">ul</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span><span style="color: red;">margin</span>:<span style="color: blue;">0</span>; </span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span><span style="color: red;">padding</span>:<span style="color: blue;">0</span>; </span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span><span style="color: red;">list-style-type</span>:<span style="color: blue;">none</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span><span style="color: red;">font-size</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span><span style="color: red;">line-height</span>:<span style="color: blue;">150%</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">.spacer</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">clear</span>:<span style="color: blue;">both</span>; </span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>
      </span><span style="color: red;">font-size</span>:<span style="color: blue;">0</span>; </span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">line-height</span>:<span style="color: blue;">0</span>;</span>
}

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">/*-------------------body_area--------------------*/</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#body_area</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">width</span>:<span style="color: blue;">1004px</span>;
</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span>  </span><span style="color: red;">margin-top</span>:<span style="color: blue;">10px</span>;
</span><span>      </span><span style="color: red;">margin-right</span>:<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: blue;">auto</span>;</span><span>
       </span><span style="color: red;">margin-bottom</span>:<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: blue;">0</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-left</span>:<span style="color: blue;">auto</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-family</span>:<span style="color: blue;">Tahoma</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-size</span>: <span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-style</span>:<span style="color: blue;">normal</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">line-height</span>:<span style="color: blue;">normal</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-weight</span>:<span style="color: blue;">bold</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-variant</span>:<span style="color: blue;">normal</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">text-transform</span>:<span style="color: blue;">none</span>;</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>
</span></span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">text-decoration</span>:<span style="color: blue;">none</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding</span>: <span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">float</span>: <span style="color: blue;">none</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span> </span></span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#logo</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>  </span><span style="color: red;">width</span>:<span style="color: blue;">170px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>  </span><span style="color: red;">height</span>:<span style="color: blue;">100px</span>;</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#left</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> {</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin</span>: <span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">float</span>: <span style="color: blue;">left</span>;</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>  </span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">width</span>: <span style="color: blue;">185px</span>;</span>
       <span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: red;">height</span>: <span style="color: blue;">500px</span>;</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>
      </span><span style="color: red;">padding-top</span>:<span style="color: blue;">4px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-right</span>:<span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-bottom</span>:<span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-left</span>:<span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span></span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: red;">background-color</span>:<span style="color: blue;">#EDE8D3</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-bottom</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#left</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">div.InnerText</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-left</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">div.Nav</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">width</span>:<span style="color: blue;">140px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">margin-right</span>:<span style="color: blue;">auto</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">margin-left</span>:<span style="color: blue;">auto</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">background-color</span>:<span style="color: blue;">#E3DCBD</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">padding-bottom</span>:<span style="color: blue;">20px</span>;</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">ul.Nav</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding</span>: <span style="color: blue;">8px</span> <span style="color: blue;">0px</span> <span style="color: blue;">0</span> <span style="color: blue;">22px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">background-color</span>:<span style="color: blue;">#E3DCBD</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">color</span>:<span style="color: blue;">#000</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin</span>:<span style="color: blue;">0</span> <span style="color: blue;">0</span> <span style="color: blue;">0</span> <span style="color: blue;">2px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>   </span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">ul.Nav</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">li</span></span>
{
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>   </span></span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: red;">background</span>:<span style="color: blue;">url('images/nav_div2.gif')</span> <span style="color: blue;">repeat-x</span> <span style="color: blue;">left</span> <span style="color: blue;">bottom</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>   </span><span style="color: red;">font-size</span>:<span style="color: blue;">0</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>   </span><span style="color: red;">line-height</span>:<span style="color: blue;">0</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">ul.Nav</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">li</span> <span style="color: maroon;">a</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">display</span>:<span style="color: blue;">block</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">background</span>:<span style="color: blue;">inherit</span> <span style="color: blue;">url('images/arrow.gif')</span><span style="color: blue;">no-repeat</span> <span style="color: blue;">2px</span> <span style="color: blue;">6px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">color</span>:<span style="color: blue;">#787159</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">text-decoration</span>:<span style="color: blue;">none</span>;
      <span style="color: red;">font-weight</span>:<span style="color: blue;">bolder</span>; <span style="color: red;">font-style</span>:<span style="color: blue;">normal</span>; <span style="color: red;">font-variant</span>:<span style="color: blue;">normal</span>;
      <span style="color: red;">line-height</span>:<span style="color: blue;">17px</span>; <span style="color: red;">
      font-size</span>:<span style="color: blue;">11px</span>; <span style="color: red;">font-family</span>:<span style="color: blue;">Arial,</span> <span style="color: blue;">Helvetica,</span> <span style="color: blue;">sans-serif</span>;
      <span style="color: red;">padding-left</span>:<span style="color: blue;">8px</span>; <span style="color: red;">padding-right</span>:<span style="color: blue;">0</span>; <span style="color: red;">padding-top</span>:<span style="color: blue;">0</span>; <span style="color: red;">padding-bottom</span>:<span style="color: blue;">0</span>;
      <span style="color: red;">background-color</span>:<span style="color: blue;">inherit</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">ul.Nav</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">li</span> <span style="color: maroon;">a:hover</span>{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">color</span>:<span style="color: blue;">#A73F00</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">background-color</span>:<span style="color: blue;">#EFECC8</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#banner</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">width</span>:<span style="color: blue;">620px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">height</span>:<span style="color: blue;">100px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-left</span>:<span style="color: blue;">auto</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-right</span>:<span style="color: blue;">auto</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">text-align</span>:<span style="color: blue;">center</span> ;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">background-color</span>:<span style="color: blue;">Gray</span> ;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#mid</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> {</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin</span>: <span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding</span>: <span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">float</span>: <span style="color: blue;">left</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span></span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span style="color: red;">width</span>: <span style="color: blue;">628px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">color</span>:<span style="color: blue;">black</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">line-height</span>:<span style="color: blue;">150%</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-weight</span>:<span style="color: blue;">normal</span> ;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-size</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">background-color</span>:<span style="color: blue;">#E3DCBD</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span></span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span> </span><span style="color: red;">padding-bottom</span>:<span style="color: blue;">20px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-bottom</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#mid</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">div.InnerText</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-left</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-right</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin-top</span>:<span style="color: blue;">20px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding</span>:<span style="color: blue;">0</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">color</span>:<span style="color: blue;">black</span>;</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>     </span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#mid</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">a</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">color</span>:<span style="color: blue;">#A73F00</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">text-decoration</span>:<span style="color: blue;">none</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">font-weight</span>:<span style="color: blue;">bolder</span> ;</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#right</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">margin</span>: <span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">float</span>: <span style="color: blue;">right</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">width</span>: <span style="color: blue;">185px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-top</span>:<span style="color: blue;">2px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-right</span>:<span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-bottom</span>:<span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>      </span><span style="color: red;">padding-left</span>:<span style="color: blue;">0px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>  </span></span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>    </span><span style="color: red;">margin-bottom</span>:<span style="color: blue;">12px</span>;</span>
<span style="font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#right</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">div.InnerText</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>            </span><span style="color: red;">padding-left</span>:<span style="color: blue;">10px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">/*-----------------------fotter--------------------*/</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#footer</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>  </span><span style="color: red;">clear</span>:<span style="color: blue;">both</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>  </span><span style="color: red;">border</span>:<span style="color: blue;">solid</span> <span style="color: blue;">1px</span> <span style="color: blue;">black</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span>

<span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: maroon;">#footer</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> <span style="color: maroon;">div.InnerText</span></span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">{</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span>        </span><span style="color: red;">padding</span>:<span style="color: blue;">10px</span>;</span>
<span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">}</span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">
</span></pre>
<p><a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tutorialsasp.net%2ftutorials%2fbuild-a-3-column-layout-using-css-master-pages-and-themes%2f"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tutorialsasp.net%2ftutorials%2fbuild-a-3-column-layout-using-css-master-pages-and-themes%2f" border="0" alt="kick it on DotNetKicks.com" /></a></p>


<p>Related posts:<ol><li><a href='http://www.tutorialsasp.net/seo/check-page-rank-of-all-pages-of-a-website/' rel='bookmark' title='Permanent Link: Check Page Rank of all pages of a website quickly'>Check Page Rank of all pages of a website quickly</a> <small>The most recent Google Page Rank (PR) update happened some...</small></li><li><a href='http://www.tutorialsasp.net/uncategorized/loading-and-previewing-fonts-from-files-in-aspnet/' rel='bookmark' title='Permanent Link: Loading and previewing fonts from files in ASP.NET'>Loading and previewing fonts from files in ASP.NET</a> <small>Few weeks back I created a free fonts preview and...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/tutorials/build-a-3-column-layout-using-css-master-pages-and-themes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to encrypt a query string ?</title>
		<link>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/</link>
		<comments>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 07:40:14 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[TSHAK]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=251</guid>
		<description><![CDATA[Few months back I had used a nice component from TSHAK to encrypt query strings. it requires just one line of code to encrypt a query string. Right now I am unable to find the exact page at TSHAK where I got the control. Due to a site re organization at TSHAK , they might [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Few months back I had used a nice component from <a href="http://tshak.net/cs/blogs/tshak/default.aspx" target="_blank">TSHAK</a> to encrypt query strings. it requires just one line of code to encrypt a query string. Right now I am unable to find the exact page at TSHAK where I got the control. Due to a site re organization at TSHAK , they might have moved it to some other place. You can download the component <a href="http://www.tutorialsasp.net/TSHAK.Components.dll">here</a> and place it in your bin folder.</p>
<p>To encrypt a query string we will need to pass it an encryption key which is a byte array<br />
<code><br />
Dim qs As TSHAK.Components.SecureQueryString<br />
qs = New TSHAK.Components.SecureQueryString(New Byte() {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 8})<br />
</code><br />
To add the query string values<br />
<code>qs("Myname")="John"<br />
qs("MyAge")=5<br />
Response.Redirect("Page2.aspx?data=" + HttpUtility.UrlEncode(qs.ToString()))<br />
</code></p>
<p>Now to decrypt and use the values in Page2.aspx<br />
<code>Dim qs As TSHAK.Components.SecureQueryString<br />
qs= New TSHAK.Components.SecureQueryString(New Byte() {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 8}, Request("data"))<br />
Dim myName=qs("MyName")<br />
Dim age=qs("MyAge")<br />
</code></p>
<p><a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tutorialsasp.net%2ftutorials%2fhow-to-encrypt-a-query-string%2f"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tutorialsasp.net%2ftutorials%2fhow-to-encrypt-a-query-string%2f" border="0" alt="kick it on DotNetKicks.com" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/tutorials/how-to-encrypt-a-query-string/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Get the IP Address and Referer of a visitor</title>
		<link>http://www.tutorialsasp.net/code-snippets/get-the-ip-address-and-referer-of-a-visitor/</link>
		<comments>http://www.tutorialsasp.net/code-snippets/get-the-ip-address-and-referer-of-a-visitor/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 06:24:11 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[referer]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=243</guid>
		<description><![CDATA[Here is the code snippet to obtain the IP Address and Referer of a visitor to your website Dim IPAddress=Request.ServerVariables("REMOTE_ADDR") Dim Referer=Request.ServerVariables("HTTP_REFERER") Check a demo here Check my IP No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here is the code snippet to obtain the IP Address and Referer of a visitor to your website<br />
<code><br />
Dim IPAddress=Request.ServerVariables("REMOTE_ADDR")<br />
Dim Referer=Request.ServerVariables("HTTP_REFERER")<br />
</code></p>
<p>Check a demo here</p>
<p><a rel="nofollow,noindex" href="http://www.TickleJokes.com/IPAddress.aspx" target="_self">Check my IP</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/code-snippets/get-the-ip-address-and-referer-of-a-visitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Can Benefit Your Business?</title>
		<link>http://www.tutorialsasp.net/general-aspnet/aspnet-can-benefit-your-business/</link>
		<comments>http://www.tutorialsasp.net/general-aspnet/aspnet-can-benefit-your-business/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 18:09:25 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[General ASP.NET]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=279</guid>
		<description><![CDATA[In Today&#8217;s competitive environment, ASP.NET development plays an important role in web application development. Many software and web design companies are using ASP.NET to develop the feature rich and light weight web applications for businesses. Why? Because it’s robust and has powerful functions that allow for even the most challenging projects. Experienced programmers can use [...]


Related posts:<ol><li><a href='http://www.tutorialsasp.net/general-aspnet/aspnet-developer-vs-php-developer/' rel='bookmark' title='Permanent Link: ASP.Net Developer vs. PHP Developer'>ASP.Net Developer vs. PHP Developer</a> <small>The world of web design and development language is dominated...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In Today&#8217;s competitive environment, ASP.NET development plays an important role in web application development. Many software and web design companies are using ASP.NET to develop the feature rich and light weight web applications for businesses. Why? Because it’s robust and has powerful functions that allow for even the most challenging projects.</p>
<p>Experienced programmers can use ASP.NET to create dynamic web applications and web site services. This can be anything from the small to large web site application. ASP.NET includes a huge library of classes that contains pre-defined functions for common issues. So if you are developing a website and want to incorporate the newest and exciting technologies to it then these pre-defined functions will save you many hours.</p>
<p>If you are a business owner and you use a <a href="http://www.kaizenet.com/" target="_blank">web design service</a> to maintain your website, then by using ASP.NET on your website will give you the competitive edge over the others. If you are not too familiar with the language, that’s fine, because it’s easy to learn and there are lots of resources on the Web that can help you. The only thing you need to know now is that it’s a robust and powerful scripting language. I will explain more about how it works below.</p>
<p>You know HTML already, you are ahead of a lot of people. ASP.NET is like HTML; when a user requests the file from the Web, the server load the file and the browser display it – simple as that. With ASP.NET it’s slightly different, when a browser requests an ASP.NET file, the request is sent to the ASP.NET engine and then it interpret the file before sending it to the user’s browser. By the time it reach the user’s machine, it’s just a plain HMTL file, which is why the source code will always be HTML.</p>
<p>The reason that ASP.NET is called dynamic language is because it can be used to deal with the database and pull and store variables in there, which means pages can be generated on the fly and data can be calculated before it leaves the sever. There are many things you can do with ASP.NET. For example, adding a poll to your website; adding a live news section that updates every 2 minutes; to display different content for different type of users; creating a member’s only section for paid customers..etc The list goes on and on. The truth is, if you think of it, you can most likely do it with ASP.NET.</p>


<p>Related posts:<ol><li><a href='http://www.tutorialsasp.net/general-aspnet/aspnet-developer-vs-php-developer/' rel='bookmark' title='Permanent Link: ASP.Net Developer vs. PHP Developer'>ASP.Net Developer vs. PHP Developer</a> <small>The world of web design and development language is dominated...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/general-aspnet/aspnet-can-benefit-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WidgetBucks $25 sign up bonus is back</title>
		<link>http://www.tutorialsasp.net/website-monetization/widgetbucks-25-sign-up-bonus-is-back/</link>
		<comments>http://www.tutorialsasp.net/website-monetization/widgetbucks-25-sign-up-bonus-is-back/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 07:20:43 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Website Monetization]]></category>
		<category><![CDATA[widget bucks]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=235</guid>
		<description><![CDATA[If you are looking to monetize your website and haven&#8217;t signed up with widgetbucks yet, It&#8217;s a good time now, as they are giving out a $25 sign up bonus . Widgetbucks is an ad network which pays in both CPC (per click) and CPM (per 1000 impression) basis. The payout is low at $50 [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>If you are looking to monetize your website and haven&#8217;t signed up with <a href="http://www.widgetbucks.com" rel="nofollow">widgetbucks</a> yet, It&#8217;s a good time now, as they are giving out a <a href="http://www.widgetbucks.com/anniversary"> $25 sign up bonus </a>. Widgetbucks is an ad network which pays in both CPC (per click) and CPM (per 1000 impression) basis. The payout is low at $50 and payment is through paypal. The ads are pretty, well designed and can give your dull blogs a colourful new life besides the handsome CPM rates. However  widgetbucks seems best if your website primary targets US visitors, for non US visitors the rates seems to be less than average. However, try it for yourself and take home $25 too. <a href="http://www.widgetbucks.com/anniversary">Sign up here</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/website-monetization/widgetbucks-25-sign-up-bonus-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace “\n” with “&lt;BR\&gt;”</title>
		<link>http://www.tutorialsasp.net/code-snippets/replace-line-breaks-wit-br/</link>
		<comments>http://www.tutorialsasp.net/code-snippets/replace-line-breaks-wit-br/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 18:07:40 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[\n to]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=212</guid>
		<description><![CDATA[There are lot of times we accept user input in a textarea or a multiline textbox and save it to a database. But while displaying the data from the database, you will find that the line breaks are not displayed properly, infact there will be no line breaks. We will need to convert all the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>There are lot of times we accept user input in a textarea or a multiline textbox and save it to a database. But while displaying the data from the database, you will find that the line breaks are not displayed properly, infact there will be no line breaks. We will need to convert all the new line characters (&#8220;\n&#8221; character) to &#8220;&lt;BR/&gt;&#8221; so that they are properly rendered in the browser. There seems to be quite a few ways to do it but the simplest method which always worked for me is as follows. Just pass the string to the the function and it will format the string properly so that the new line characters  are replaced with &#8220;&lt;Br/&gt;&#8221; tags<br />
<code><br />
Public Shared Function ConvertToBR(ByVal InputString As String) As String<br />
Dim Pattern As String = "\n"<br />
Dim Rgx As New Regex(Pattern)<br />
Dim OutputString As String=Rgx.Replace(InputString, "&lt;br/&gt;")<br />
Return OutputString<br />
End Function<br />
</code></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/code-snippets/replace-line-breaks-wit-br/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Efficient Search Engine Friendly Gridview Paging control</title>
		<link>http://www.tutorialsasp.net/code-snippets/efficient-search-engine-friendly-gridview-paging-control/</link>
		<comments>http://www.tutorialsasp.net/code-snippets/efficient-search-engine-friendly-gridview-paging-control/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 08:51:26 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[Gridview]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=208</guid>
		<description><![CDATA[The Gridview Control in ASP.NET has built in paging support. But here are a few disadvantages of using the built in paging It fetches all the records from the database even when we need only 10 records per page. This is quite inefficient when your tables have thousands of records The paging controls uses javascript [...]


Related posts:<ol><li><a href='http://www.tutorialsasp.net/code-snippets/enable-or-disable-the-delete-link-in-the-gridview-according-to-the-role-of-the-logged-in-user/' rel='bookmark' title='Permanent Link: Enable or disable the delete link in the GridView according to the role of the logged in user'>Enable or disable the delete link in the GridView according to the role of the logged in user</a> <small>In some scenarios you may only want users of a...</small></li><li><a href='http://www.tutorialsasp.net/code-snippets/format-dates-in-a-gridview-column/' rel='bookmark' title='Permanent Link: Format dates in a Gridview column'>Format dates in a Gridview column</a> <small>To format a gridview column to display dates properly ,...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The Gridview Control in ASP.NET has built in paging support.  But here are a few disadvantages of using the built in paging</p>
<ul>
<li>It fetches all the records from the database even when we need only 10 records per page. This is quite inefficient when your tables have thousands of records</li>
<li>The paging controls uses javascript which makes the pages inaccessible to search engine.</li>
</ul>
<p>I looked around the net for solutions to these problems. There were a few solutions and some of them even costs upwards of $100 but the best I found was a free paging control by Bidel Akbari at <a title="Paging control" href="http://www.codeproject.com/KB/custom-controls/ASPNETPagerControl.aspx" target="_blank">codeproject</a></p>
<p>Here are the main features of his paging control</p>
<ul>
<li>Very easy to install and use.</li>
<li>Uses server side  paging so that only the required few rows are returned from the database</li>
<li> Search engine friendly paging.  The first version was supposed to use query strings for paging which is the way paging should work. However in the latest version 2.8 , it uses javascript for paging and a hidden div with hyperinks so that search engines can find the inner pages.</li>
<li>You can use the paging control with the Repeater and Datalist controls</li>
<li>There are a variety of properties to change the appearance of the control. He has also made two slick skins for the control</li>
</ul>
<p>Overall a great and extremely useful control . You can see a demo of the control here in my site <a href="http://www.freedownloadablefonts.net/ListFonts.aspx?alphabet=A" target="_self">freedownloadablefonts.net</a> .  You can find more info and download the control <a href="http://www.codeproject.com/KB/custom-controls/ASPNETPagerControl.aspx" target="_blank">here</a></p>


<p>Related posts:<ol><li><a href='http://www.tutorialsasp.net/code-snippets/enable-or-disable-the-delete-link-in-the-gridview-according-to-the-role-of-the-logged-in-user/' rel='bookmark' title='Permanent Link: Enable or disable the delete link in the GridView according to the role of the logged in user'>Enable or disable the delete link in the GridView according to the role of the logged in user</a> <small>In some scenarios you may only want users of a...</small></li><li><a href='http://www.tutorialsasp.net/code-snippets/format-dates-in-a-gridview-column/' rel='bookmark' title='Permanent Link: Format dates in a Gridview column'>Format dates in a Gridview column</a> <small>To format a gridview column to display dates properly ,...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/code-snippets/efficient-search-engine-friendly-gridview-paging-control/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free ASP.NET Web Hosting Providers</title>
		<link>http://www.tutorialsasp.net/aspnet-hosting/free-aspnet-web-hosting-providers/</link>
		<comments>http://www.tutorialsasp.net/aspnet-hosting/free-aspnet-web-hosting-providers/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 12:25:56 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
				<category><![CDATA[ASP.NET Hosting]]></category>
		<category><![CDATA[Free Hosting]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=144</guid>
		<description><![CDATA[There seems to be quite a few people asking whether there are any web hosts providing free asp.net hosting . I did a bit of research and came up with a few good free hosting providers. The good thing about all the free web hosts is that they no longer serve forced ads. A few [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>There seems to be quite a few people asking whether there are any web hosts providing free asp.net hosting . I did a bit of research and came up with a few good free hosting providers. The good thing about all the free web hosts is that they no longer serve forced ads. A few of them even support SQL Server Express 2005 and almost all of them allow FTP access for easy file transfer. But do remember that all them will require that you have a domain name. Domain name can be registered at Godaddy.com or any registrar that you prefer.</p>
<table style="padding:2px;border-collapse: collapse;" border="1" width="520">
<thead>
<tr>
<th>Host</th>
<th>Space</th>
<th>Bandwidth</th>
<th>.NET Version</th>
<th>Database</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.christianasp.net/Hosting.aspx">ChristianASP</a></td>
<td>250 MB</td>
<td>2,000 MB</td>
<td>3.5</td>
<td>SQL Express 2005</td>
<td>No catch. Free web hosting</td>
</tr>
<tr>
<td><a href="http://www.aspspider.com/">ASPSpider</a></td>
<td>100 MB</td>
<td>2,500 MB</td>
<td>3.5</td>
<td>SQL Express 2005</td>
<td>Limited Numbers</td>
</tr>
<tr>
<td><a href="http://www.laneware.net/FreeHosting/FreeHosting.aspx">Laneware</a></td>
<td>30 MB</td>
<td>2,500 MB</td>
<td>3.5</td>
<td>MS Access</td>
<td>Accounts automatically disabled after 4 months</td>
</tr>
<tr>
<td><a href="http://asphost4free.com/">ASPHost4Free</a></td>
<td>100 MB</td>
<td>Unlimited</td>
<td>ASP</td>
<td>MS Access</td>
<td>Only ASP for now. But .Net Beta hosting is out now</td>
</tr>
<tr>
<td><a href="http://www.qsh.eu/us/Default.aspx">Quantasoft</a></td>
<td>100 MB</td>
<td>2,000 MB</td>
<td>3.5</td>
<td>SQL Express 2005</td>
<td>Good features</td>
</tr>
</tbody>
</table>
<p>If anyone knows any more good free asp.net web hosting solutions , we may add them to the list.<br />
Also if you are looking for paid asp.net web hosting, you may want to take a look at our sponsors <a href="http://www.kqzyfj.com/click-3184734-10446210" target="_top">Lunarpages Web Hosting</a><img src="http://www.awltovhc.com/image-3184734-10446210" border="0" alt="" width="1" height="1" /> . They are providing one free domain and 3 month of free hosting<br />
<a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tutorialsasp.net%2faspnet-hosting%2ffree-aspnet-web-hosting-providers%2f"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tutorialsasp.net%2faspnet-hosting%2ffree-aspnet-web-hosting-providers%2f" border="0" alt="kick it on DotNetKicks.com" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/aspnet-hosting/free-aspnet-web-hosting-providers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
