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

<channel>
	<title>www.pritambaldota.com &#187; ASP.Net</title>
	<atom:link href="http://www.pritambaldota.com/index.php/category/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pritambaldota.com</link>
	<description>.Net Free Community</description>
	<lastBuildDate>Mon, 16 Aug 2010 15:32:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generate Page URL Name for CMS, Blogs Application</title>
		<link>http://www.pritambaldota.com/index.php/generate-page-url-name-for-cms-blogs-application/</link>
		<comments>http://www.pritambaldota.com/index.php/generate-page-url-name-for-cms-blogs-application/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 07:08:00 +0000</pubDate>
		<dc:creator>Pritam Baldota</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/Generate-Page-URL-Name-for-CMS-Blogs-Application.aspx</guid>
		<description><![CDATA[Hi All,

To give the Name to the Page can be handeled by many ways like

Using GUID (Issue- Cant identify exactly while browsing through pages)
Using Session (Issue-Same as above)
Using Page Title provided in Text Field (We will see this)
We are going to implement the scenario 3. We will first see what are our constraints for page [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/generate-page-url-name-for-cms-blogs-application/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>GridView in ASP.Net</title>
		<link>http://www.pritambaldota.com/index.php/gridview-in-asp-net/</link>
		<comments>http://www.pritambaldota.com/index.php/gridview-in-asp-net/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 07:20:00 +0000</pubDate>
		<dc:creator>Pritam Baldota</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/GridView-in-ASPNet.aspx</guid>
		<description><![CDATA[
GridView plays very important component in ASP.Net Application. It covers most of the basic reports for which you do not need any reporting component like Crystal Report, Report Viewer etc.

Major concern with any data entry form is Add, Edit, Delete and View.

Assumptions-
We are using SQL Server Express editions as Database.

Table Name- Employees

Fields- EmpId, EmpName, Designation


Take [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/gridview-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ASP.Net Server Variables</title>
		<link>http://www.pritambaldota.com/index.php/asp-net-server-variables/</link>
		<comments>http://www.pritambaldota.com/index.php/asp-net-server-variables/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 07:18:00 +0000</pubDate>
		<dc:creator>Pritam Baldota</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/ASPNet-Server-Variables.aspx</guid>
		<description><![CDATA[Below is the detailed table for showing the ServerVariables Collection information.



Variable Name
Description


ALL_HTTP
HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:*/* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:sv HTTP_HOST:localhost:1229 HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1) 


ALL_RAW
Connection: Keep-Alive Accept: */* Accept-Encoding: gzip, deflate Accept-Language: sv Host: localhost:1229 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/asp-net-server-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing Objects into Permanant DataStore in ASP.Net</title>
		<link>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/</link>
		<comments>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 07:12:00 +0000</pubDate>
		<dc:creator>Pritam Baldota</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">/post/2009/03/31/Storing-Objects-into-Permanant-DataStore-in-ASPNet.aspx</guid>
		<description><![CDATA[Hi All,

I was facing a problem towards sharing a data between Flash and .Net. The easiest way i found is XML Seralization because Remoting is much heavy and it requires remoting implementation. Even now I can store the Calss objects permanantely. This can be used in concept of Hibernate (Some what at very basic level).


I [...]]]></description>
		<wfw:commentRss>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
