<?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: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>
	<pubDate>Tue, 22 Dec 2009 16:38:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<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>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 [...]


No related posts.]]></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>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/tutorials/build-a-3-column-layout-using-css-master-pages-and-themes/feed/</wfw:commentRss>
		</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>
		</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>
		</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 ASP.NET [...]


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>
		</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 [...]


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>
		</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 (&#8221;\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>
		</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 which [...]


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>
		</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>
		</item>
		<item>
		<title>Loading and previewing fonts from files in ASP.NET</title>
		<link>http://www.tutorialsasp.net/uncategorized/loading-and-previewing-fonts-from-files-in-aspnet/</link>
		<comments>http://www.tutorialsasp.net/uncategorized/loading-and-previewing-fonts-from-files-in-aspnet/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 08:10:44 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Fonts from file]]></category>

		<category><![CDATA[PrivateFontCollectionClass]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=130</guid>
		<description><![CDATA[Few weeks back I created a free fonts preview and  download site www.freedownloadablefonts.net. There are around 6000 fonts in .ttf files and I needed to display a preview of the fonts. All the fonts were copied to a folder &#8220;~/Fonts&#8221;. Then I created a http handler &#8220;GetFontImage.ashx&#8221; to which the font path and text [...]


Related posts:<ol><li><a href='http://www.tutorialsasp.net/code-snippets/replace-line-breaks-wit-br/' rel='bookmark' title='Permanent Link: Replace &#8220;n&#8221; with &#8220;&lt;BR&gt;&#8221;'>Replace &#8220;n&#8221; with &#8220;&lt;BR&gt;&#8221;</a> <small>There are lot of times we accept user input in...</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>Few weeks back I created a free fonts preview and  download site <a title="Free downloadable fonts" href="http://www.freedownloadablefonts.net" target="_blank">www.freedownloadablefonts.net</a>. There are around 6000 fonts in .ttf files and I needed to display a preview of the fonts. All the fonts were copied to a folder &#8220;~/Fonts&#8221;. Then I created a http handler &#8220;GetFontImage.ashx&#8221; to which the font path and text to display was passed as query strings . It created an image using the font specified. The code for &#8220;<strong>GetFontImage.ashx</strong>&#8221; is as follows</p>
<p><code>&lt;%@ WebHandler Language="VB" Class="GetFontImage" %&gt;<br />
Imports System<br />
Imports System.Web<br />
Public Class GetFontImage : Implements IHttpHandler<br />
Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest<br />
context.Response.ContentType = "image/png"<br />
Dim fontpath As String = context.Request.QueryString("fontpath")<br />
Dim Text As String = context.Request.QueryString("Text")<br />
Dim FontImage As System.Drawing.Bitmap = clsUtility.GetFontPic(fontpath, Text)<br />
Dim ms As IO.MemoryStream = New IO.MemoryStream()<br />
FontImage.Save(ms, System.Drawing.Imaging.ImageFormat.Png)<br />
Dim FontImageBytes() As Byte = ms.GetBuffer()<br />
FontImage.Dispose()<br />
ms.Close()<br />
context.Response.BinaryWrite(FontImageBytes)<br />
context.Response.End()<br />
End Sub<br />
End Class<br />
</code><br />
GetFontImage.ashx calls another function clsUtility.GetFontPic(fontpath, Text) whose code is as follows. clsUtility.GetFontPic(fontpath, Text) uses the privatefontcollection class to load the font from file<br />
<code><br />
Imports Microsoft.VisualBasic<br />
Imports System.IO<br />
Imports System.Drawing<br />
Imports System.Drawing.Text<br />
Imports System.Drawing.Imaging<br />
Imports System.Drawing.Drawing2D<br />
Public Class clsUtility<br />
Public Shared Function GetFontPic(ByVal Fontpath As String, ByVal Text As String) As System.Drawing.Bitmap<br />
Dim width As Integer = 620<br />
Dim height As Integer = 30<br />
Dim FontImage As New System.Drawing.Bitmap(width, height, PixelFormat.Format24bppRgb)<br />
Dim g As Graphics = Graphics.FromImage(FontImage)<br />
g.Clear(Color.White)<br />
g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias<br />
g.SmoothingMode = SmoothingMode.AntiAlias<br />
Dim pointF As New PointF(10,0)<br />
Dim FontSize As Integer = 24<br />
Dim solidBrush As New SolidBrush(Color.Black)<br />
Dim privateFontCollection As New PrivateFontCollection()<br />
privateFontCollection.AddFontFile(Fontpath)   ' load font from file<br />
Dim thisFont As FontFamily = privateFontCollection.Families(0)<br />
Dim regFont As New Font(thisFont, FontSize, FontStyle.Regular, GraphicsUnit.Pixel) ' Create a new font<br />
g.DrawString(Text, regFont, solidBrush, pointF) ' Using the font write the text using the font style<br />
Return FontImage<br />
End Function<br />
</code><br />
All the font information were stored in a database in a table with the following columns<br />
1. FontID<br />
2. FontName<br />
3. Path<br />
4. AddedDate<br />
A script can be easily created to add all the font information to the table using the privatefontcolection class as above<br />
The home page displays the 10 latest fonts in a gridview. The code is as folows<br />
<strong> Default.aspx</strong><br />
<code><br />
&lt;asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" DataKeyNames="FontID" DataSourceID="SqlDataSourceFonts" ShowHeader="False" Width="100%" GridLines="None" BorderStyle=None BorderWidth="0"&gt;<br />
&lt;Columns&gt;<br />
&lt;asp:TemplateField ItemStyle-BackColor="White" HeaderText="Image" ItemStyle-BorderWidth="0"&gt;                 &lt;ItemTemplate&gt;<br />
&lt;asp:Image AlternateText='&lt;%# Eval("FontName") %&gt;'  ImageUrl='&lt;%# GetImageURL(Eval("path"),Eval("FontName")) %&gt; ' ID="FontImage" runat="server" /&gt;<br />
&lt;/ItemTemplate&gt;<br />
&lt;/asp:TemplateField&gt;<br />
&lt;/Columns&gt;<br />
&lt;/asp:GridView&gt;<br />
&lt;asp:SqlDataSource ID="SqlDataSourceFonts" runat="server" ConnectionString="&lt;%$ ConnectionStrings:FontsConnectionString %&gt;"<br />
SelectCommand="SELECT TOP 10 * FROM [Fonts_Fonts] ORDER BY [AddedDate] DESC&#8221;&gt;<br />
</code><br />
The code is pretty straight forward with a Gridview bound to an SQLDatasource. The code for GetImageURL() is as follows<br />
<strong> Default.aspx.vb</strong><br />
<code><br />
Public Function GetImageURL(ByVal Path As String, ByVal FontName As String)<br />
Return "GetFontImage.ashx?FontPath=" &amp; Server.MapPath(Path) &amp; "&amp;Text=" &amp; FontName<br />
End Function<br />
</code><br />
<a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tutorialsasp.net%2funcategorized%2floading-and-previewing-fonts-from-files-in-aspnet%2f"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tutorialsasp.net%2funcategorized%2floading-and-previewing-fonts-from-files-in-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /></a></p>


<p>Related posts:<ol><li><a href='http://www.tutorialsasp.net/code-snippets/replace-line-breaks-wit-br/' rel='bookmark' title='Permanent Link: Replace &#8220;n&#8221; with &#8220;&lt;BR&gt;&#8221;'>Replace &#8220;n&#8221; with &#8220;&lt;BR&gt;&#8221;</a> <small>There are lot of times we accept user input in...</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/uncategorized/loading-and-previewing-fonts-from-files-in-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Check Page Rank of all pages of a website quickly</title>
		<link>http://www.tutorialsasp.net/seo/check-page-rank-of-all-pages-of-a-website/</link>
		<comments>http://www.tutorialsasp.net/seo/check-page-rank-of-all-pages-of-a-website/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:42:45 +0000</pubDate>
		<dc:creator>Vihutuo</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Page Rank]]></category>

		<category><![CDATA[PR]]></category>

		<category><![CDATA[SEO plugin]]></category>

		<guid isPermaLink="false">http://www.tutorialsasp.net/?p=120</guid>
		<description><![CDATA[The most recent Google Page Rank (PR) update happened some days ago and most of us might have checked  our websites PR using the google toolbar or through the numerous websites which can display PR ( one of my favourites being http://www.digpagerank.com/ ) . Though the PR toolbar and most &#8220;check PR&#8221; websites can [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The most recent Google Page Rank (PR) update happened some days ago and most of us might have checked  our websites PR using the google toolbar or through the numerous websites which can display PR ( one of my favourites being http://www.digpagerank.com/ ) . Though the PR toolbar and most &#8220;check PR&#8221; websites can display the PR of individual pages, it is quite cumbersome when you want to know the Page Rank of all the pages in a website . A quick way of finding the PR of all the websites is by using this <a title="SEO plugin for firefox" href="http://tools.seobook.com/firefox/seo-for-firefox.html#" target="_blank">SEO plugin</a> for firefox . After installing the plugin, and restarting firefox , go to Tools-&gt;Add-Ons .. This will list all the add-ons , look for the SEO plugin and click on options. From the options menus for PR select &#8220;Automatic&#8221; as seen in the screen below</p>
<div id="attachment_121" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-121" title="seo-pr" src="http://www.tutorialsasp.net/wp-content/uploads/2008/10/seo-pr-copy.jpg" alt="Change options" width="400" height="378" /><p class="wp-caption-text"> </p></div>
<p>Now go to www.Google.com and in the search box type site:www.yourdomainname<br />
For eg typing site:www.LittleStarDimapur.com gave me the following result</p>
<div id="attachment_123" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-123" title="Check PR of all pages" src="http://www.tutorialsasp.net/wp-content/uploads/2008/10/seo-all-pages-pr.jpg" alt="Check PR of all pages" width="500" height="445" /><p class="wp-caption-text"> </p></div>
<p>As you can see all the internal pages PR is displayed . The plug-in also has a lot of other options which gives plenty of information like yahoo backlinks, DMOZ listing, etc.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialsasp.net/seo/check-page-rank-of-all-pages-of-a-website/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
