<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Build a Shopping Cart in ASP.NET</title>
	<atom:link href="http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sun, 21 Mar 2010 12:26:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: james</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-227746</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-227746</guid>
		<description>Great! Question, where would i change the VB code to reflect say pricing groups? (i.e. 0-5 = $3.99, etc)?

Great demo, great coding...thanks a million!</description>
		<content:encoded><![CDATA[<p>Great! Question, where would i change the VB code to reflect say pricing groups? (i.e. 0-5 = $3.99, etc)?</p>
<p>Great demo, great coding&#8230;thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beginner&#8217;s Guide to E-Commerce Solution &#124; Showcases &#124; instantShift</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-222966</link>
		<dc:creator>Beginner&#8217;s Guide to E-Commerce Solution &#124; Showcases &#124; instantShift</dc:creator>
		<pubDate>Sat, 06 Mar 2010 03:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-222966</guid>
		<description>[...] over web by which you can learn how to create shopping cart for different technologies like Ajax, ASP.NET, ROR [...]</description>
		<content:encoded><![CDATA[<p>[...] over web by which you can learn how to create shopping cart for different technologies like Ajax, ASP.NET, ROR [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masoud</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-1/#comment-202972</link>
		<dc:creator>Masoud</dc:creator>
		<pubDate>Sat, 13 Feb 2010 21:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-202972</guid>
		<description>Hi,
You should define the get&amp;set variables like below:
public List Items 
    {
        get {return Items; }
        set { Items = value; }
    }
public int Quantity
    {
        get { return Quantity; }
        set { Quantity = value; }
    }

it will solve to this way. :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You should define the get&amp;set variables like below:<br />
public List Items<br />
    {<br />
        get {return Items; }<br />
        set { Items = value; }<br />
    }<br />
public int Quantity<br />
    {<br />
        get { return Quantity; }<br />
        set { Quantity = value; }<br />
    }</p>
<p>it will solve to this way. <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-197296</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 10 Feb 2010 08:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-197296</guid>
		<description>Hi everyone! 
Great tut! but how can i use it with sql server and import data in the gridview to the database?
Please! help me! 
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi everyone!<br />
Great tut! but how can i use it with sql server and import data in the gridview to the database?<br />
Please! help me!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george hennessy</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-162203</link>
		<dc:creator>george hennessy</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-162203</guid>
		<description>I downloaded the source codes and pasted them into my shell files and they worked as advertised.  I guess I&#039;m learning through reverse engineering.  I really like asp.net and C#, I just wish there were tutorials available that are &quot;beginner-friendly&quot; and professionally presented.  Sigh.......</description>
		<content:encoded><![CDATA[<p>I downloaded the source codes and pasted them into my shell files and they worked as advertised.  I guess I&#8217;m learning through reverse engineering.  I really like asp.net and C#, I just wish there were tutorials available that are &#8220;beginner-friendly&#8221; and professionally presented.  Sigh&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narinder</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-162013</link>
		<dc:creator>narinder</dc:creator>
		<pubDate>Fri, 15 Jan 2010 00:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-162013</guid>
		<description>nice coding it solve my problem</description>
		<content:encoded><![CDATA[<p>nice coding it solve my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ami Gill</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-159947</link>
		<dc:creator>Ami Gill</dc:creator>
		<pubDate>Tue, 12 Jan 2010 05:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-159947</guid>
		<description>Nice Work...Thanks.</description>
		<content:encoded><![CDATA[<p>Nice Work&#8230;Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magic</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-147803</link>
		<dc:creator>magic</dc:creator>
		<pubDate>Sat, 19 Dec 2009 18:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-147803</guid>
		<description>Nice and clean 
gj dude</description>
		<content:encoded><![CDATA[<p>Nice and clean<br />
gj dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Petru</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-147009</link>
		<dc:creator>Dan Petru</dc:creator>
		<pubDate>Thu, 17 Dec 2009 22:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-147009</guid>
		<description>Following Kris Crosby  modiffications fixes everything</description>
		<content:encoded><![CDATA[<p>Following Kris Crosby  modiffications fixes everything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BxBEnny</title>
		<link>http://net.tutsplus.com/tutorials/other/build-a-shopping-cart-in-aspnet/comment-page-2/#comment-145546</link>
		<dc:creator>BxBEnny</dc:creator>
		<pubDate>Sun, 13 Dec 2009 07:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1663#comment-145546</guid>
		<description>Tnx a lot. Why did u use Session? Is it the best way to solve security problem?</description>
		<content:encoded><![CDATA[<p>Tnx a lot. Why did u use Session? Is it the best way to solve security problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.110 seconds -->
