<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/192/tips-and-tricks.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>Interaction Between Master Page and Content Page</title>
		   <link>http://www.programmerkingdom.com/view/805/interaction-between-master-page-and-content-page.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Master page and content page work together to produce output to client.
Sometimes, interaction between master page and content page is needed.
This tutorial explains how to access controls, variables, properties,
parameters and events from content page to master page and vice versa.

Interaction Between Master Page and Content Page

Master page and content page work together to produce ou...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Paging: ASP.net (C#) and SQL 2005/8</title>
		   <link>http://www.programmerkingdom.com/view/806/paging:-asp.net-(c)-and-sql-2005/8.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In the following approach, we're going to use a ListView, DataPager and
an ObjectDataSource to achieve this. Equally one can use a DataView and
simply use it with an ObjectDataSource - I personally prefer the
ListView, simply because I feel its a more flexible control.

Paging: ASP.net (C#) and SQL 2005/8

 Paging data is one of those basic things most, if not every developer 
will have ...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Easy Intro to ASP.NET MVC</title>
		   <link>http://www.programmerkingdom.com/view/807/easy-intro-to-asp.net-mvc.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
ASP.NET MVC is a framework, created by Microsoft, as an alternative (but not replacement) to ASP.NET Web Forms. 
This tutorial explains what is ASP.NET MVC, why we need it and how to create simple MVC project. 		

Easy Intro to ASP.NET MVC
What is ASP.NET MVC?

ASP.NET MVC is a framework, created by Microsoft,
as an alternative to ASP.NET Web Forms. Web Forms tries to encapsulate
HTML an...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>URL Rewriting in ASP.NET</title>
		   <link>http://www.programmerkingdom.com/view/808/url-rewriting-in-asp.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
One of most important factors for search engine optimization is to have keywords in URL of the page. Dynamically created pages
usually have query strings, thus URL looks encrypted and it is not SEO
friendly. This tutorial explains several different ways how you can
implement URL rewriting in ASP.NET web application to get nice looking
URLs while dynamic URL executes in behind.

URL Rewriti...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>How To Reduce Page Size In ASP.NET</title>
		   <link>http://www.programmerkingdom.com/view/809/how-to-reduce-page-size-in-asp.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Although users today have faster Internet connection, light web pages
and fast load are still better choice for various reasons.
This tutorial explains how to reduce page size in ASP.NET to get faster
page load, reduce bandwidth and increase ranking on search engines.

How To Reduce Page Size In ASP.NET

Although users today have faster Internet connection, light web
pages and fast load ...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Save Images into Sql Server Database Table using asp.net FileUpload Control</title>
		   <link>http://www.programmerkingdom.com/view/810/save-images-into-sql-server-database-table-using-asp.net-fileupload-control.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This article will explain how one can insert or save images into a sql
server database table using asp.net FileUpload control. You may ask why
we will save or store images into sql server database table instead of
a server folder? The answer is its easy to use, easy to manage, easy to
backup as well as easy programming. But one thing you have to keep in
mind that you need to extend the size...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Create Text Images on the Fly with ASP.NET</title>
		   <link>http://www.programmerkingdom.com/view/811/create-text-images-on-the-fly-with-asp.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
The code sample demonstrates how you can use the built-in ASP.NET
classes to generate a graphical representation of a single line of
text. The example uses three parameters:
(1) the text
(2) font size
(3) font color
The generated graphic is a 256 color GIF image with transparency. This
example includes a palette hack for forcing a transparent background on
the GIF image.

Create Text I...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Highlight GridView Row On MouseOver Using Javascript in Asp.net</title>
		   <link>http://www.programmerkingdom.com/view/812/highlight-gridview-row-on-mouseover-using-javascript-in-asp.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Asp.net GridView gives us huge facility that we can't imagine few years
ago. But still we have a lot of chance to improve look &amp; feel as
well as GridView functionality. Here in this article i will describe
how you can highlight a gridview row when move the mouse over the row
and also how to retain the original background color when user leaves
the mouse from a row or in mouseout event............</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>DIV-TABLE-CSS Layout In ASP.NET</title>
		   <link>http://www.programmerkingdom.com/view/813/div-table-css-layout-in-asp.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
CSS (Cascading Style Sheets) are one of the popular options for
building advanced and manageable page layouts. As opposite to CSS
layout with DIV tags, another popular is page layout based on TABLE tag
with border=0. This tutorial researches options for possible hybrid
DIV-TABLE-CSS layouts that take best from both worlds.

DIV-TABLE-CSS Layout In ASP.NET

When someone starts learning of...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Merge GridView Cells Or Columns in Row ASP.NET C#</title>
		   <link>http://www.programmerkingdom.com/view/814/merge-gridview-cells-or-columns-in-row-asp.net-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In most of the cases specially for reporting purpose we need to merge
GridView cells or columns for client preferred output. In this example
i will show you how one can merge GridView cells or columns in asp.net
C#. My special focus is on to merge cells when both contains same or
equal data. So that the GridView looks like a traditional report. For
merging GridView cells here i want to show...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Conditional Values And Styles In GridView</title>
		   <link>http://www.programmerkingdom.com/view/815/conditional-values-and-styles-in-gridview.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Raw data from database sometimes are not suitable for showing on web
form directly. For example, you could need additional formatting for
date values, show some message instead of NULLs, change 0 and 1 to data
more intuitive to your visitors, show warning if value is too high or
just change cell styles like background color, font color etc.
This tutorial explains different ways to change Gr...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>How to Add an Image to Email in ASP.NET</title>
		   <link>http://www.programmerkingdom.com/view/816/how-to-add-an-image-to-email-in-asp.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Email is extremely popular way of communication. To make this task
easier, Microsoft .Net Framework contains System.Net.Mail namespace.
This tutorial explains an options how you can add an image to email in
ASP.NET web application.

How to Add an Image to Email in ASP.NET

Email is extremely popular way of communication. To make this task easier, Microsoft .Net Framework contains System.N...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>How to Create SQL Membership Schema at Run-Time</title>
		   <link>http://www.programmerkingdom.com/view/817/how-to-create-sql-membership-schema-at-run-time.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
ASP.NET Forms authentication with SQL Server used to store user's
information is very popular way to secure web site. There are numerous
tutorials on Internet that explain how to create tables, views and
procedures for SQL membership using ASPNET_REGSQL tool, but sometimes
you or your customers haven't access to this tool .
This tutorial explains three different ways to create ASP.NET SQL M...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
