<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"><channel><title>Getting Started with ASP.NET 4.5 Web Forms - Checkout and Payment with PayPal</title><link>http://www.asp.net</link><pubDate>Sun, 03 Mar 2013 19:11:20 GMT</pubDate><generator>umbraco</generator><description>Comments for Getting Started with ASP.NET 4.5 Web Forms - Checkout and Payment with PayPal</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/42941" rel="self" type="application/rss+xml" /><item><title>Comment Posted by marcosb</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Fri, 24 Aug 2012 17:01:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016278</guid><description><![CDATA[ <p>Nice way to introduce new features of Asp.Net 4.5</p><p></p><p>The samples should be updated to consider number formatting in latin cultures. PayPal will fail if you use &quot;24,5&quot; instead of &quot;24.5&quot; for the total amount for example. </p><p></p><p>I would suggest to use parse the decimals using .ToString(System.Globalization.CultureInfo.InvariantCulture) for fields such as PAYMENTREQUEST_0_AMT.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/marcosb.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bfallar3</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Tue, 28 Aug 2012 04:09:58 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016321</guid><description><![CDATA[ <p>I got the following error on </p><p></p><p>myCurrentOrder = _db.Orders.Single(o =&gt; o.OrderId == currentOrderId);</p><p></p><p>Error	4	&#39;System.Data.Entity.DbSet&#39; does not contain a definition for &#39;Single&#39; and no extension method &#39;Single&#39; accepting a first argument of type &#39;System.Data.Entity.DbSet&#39; could be found (are you missing a using directive or an assembly reference?)	C:\Users\b.p.fallar\Documents\Visual Studio 11\Projects\WingtipToys\WingtipToys\Checkout\CheckoutComplete.aspx.cs	56	42	WingtipToys</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/bfallar3.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bfallar3</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Tue, 28 Aug 2012 04:18:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016322</guid><description><![CDATA[ <p>It should have been written as </p><p></p><p>myCurrentOrder = ((IQueryable&lt;Order&gt;)_db.Orders).Single(o =&gt; o.OrderId == currentOrderId);</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/bfallar3.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Kvihaan</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Tue, 04 Sep 2012 07:35:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016376</guid><description><![CDATA[ <p>Thanks this code is very helpful, but i am facing one issue, i have created test account on sandbox as the steps you have specified and generated API credentials. but when i tried to execute 1) ShortcutExpressCheckout() method with all the valid parameters , but paypal return &quot;You dont have permission to make call  this API&quot; (10002 error code that is Authentication/Authorization failed), so could pls tell wht step i need to follow to sort out this issue.</p><p>Because i m stuck because of this issue.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Kvihaan.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by MrHooglaz</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Wed, 12 Sep 2012 02:20:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016418</guid><description><![CDATA[ <p>In ShoppingCart.aspx.cs</p><p>This:                CheckoutBtn.Visible = false;</p><p>Should say: CheckoutImageBtn.Visible = false;</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/MrHooglaz.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sdodangoada</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Wed, 12 Sep 2012 07:00:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016425</guid><description><![CDATA[ <p></p><p>In the  ShoppingCart.aspx file. </p><p>Replace the &lt;!--Checkout Placeholder --&gt;  comment with an ImageButton control </p><p>follwing code original one makes error with wrong  ImageButton ID </p><p></p><p>&lt;asp:ImageButton ID=&quot;CheckoutBtn&quot; runat=&quot;server&quot;  </p><p>              ImageUrl=&quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif&quot; target=&quot;_blank&quot;&gt;https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif&lt;/a&gt;&quot;  </p><p>              Width=&quot;145&quot; AlternateText=&quot;Check out with PayPal&quot;  </p><p>              OnClick=&quot;CheckoutBtn_Click&quot;  </p><p>              BackColor=&quot;Transparent&quot; BorderWidth=&quot;0&quot; /&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/sdodangoada.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by threemeats</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Wed, 12 Sep 2012 22:01:16 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016428</guid><description><![CDATA[ <p>At the top of this section, under the heading &#39;Add the Order and OrderDetail Model Classes&#39;, it states to change the code in the ProductContext.cs file - the new code they state to add is incorrect. Instead of:</p><p></p><p>        public DbSet Orders { get; set; }</p><p>        public DbSet OrderDetails { get; set; }</p><p></p><p>it needs to be:</p><p></p><p>        public DbSet&lt;Order&gt; Orders { get; set; }</p><p>        public DbSet&lt;OrderDetail&gt; OrderDetails { get; set; }</p><p>		</p><p>after making that change everything works fine...hope this helps</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/threemeats.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by RobEverett069</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Tue, 18 Sep 2012 10:33:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016455</guid><description><![CDATA[ <p>There is a syntax error in CheckoutComplete.aspx.cs:</p><p></p><p> // Get the order based on order id.</p><p>      myCurrentOrder = _db.Orders.Single(o =&gt; o.OrderId == currentOrderId);</p><p></p><p>- no definition for &#39;Single&#39;</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/RobEverett069.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tomfitz</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Thu, 27 Sep 2012 13:23:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016535</guid><description><![CDATA[ <p>Thank you for the feedback about the incorrect button name and the missing generic parameters in the ProductContext class. Those errors have been fixed.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/tomfitz.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by joehuff</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Mon, 22 Oct 2012 17:58:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016665</guid><description><![CDATA[ <p>I found this to be an outstanding tutorial.  The sample application is very appropriate for any developer interested in provided his/her own online application.  And the documentation provided is complete, accurate, and easy to follow.  Thanks for the great job!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/joehuff.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Niko68</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Thu, 25 Oct 2012 09:25:09 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016677</guid><description><![CDATA[ <p>If you wish to use a reliable audio codec that ensures high quality for various VoIP applications then I recommend you to choose G.722. Its official name is Low-complexity coding at 24 and 32 kbps for hands-free operation in systems with low frame loss.</p><p>Here is a good description about G.722:</p><p>This audio codec is a transform-based compressor that is optimized for speech, music and other types of audio since it is able to provide high quality experience. It operates on 20 ms frames of audio. </p><p>Sinc</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Niko68.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Niko68</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Thu, 25 Oct 2012 09:26:59 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016678</guid><description><![CDATA[ <p>Since G.722 is a digital wideband coder algorithm, it has an audio bandwidth of 50 kHz to 7kHz and 16, 24, 32 kbps bit rates. Therefore it becomes very useful for hands-free operations in HD VoIP systems with low frame loss.</p><p>More details are available at <a rel="nofollow" href="http://voip-sip-sdk.com/p_215-g722-codec-voip.html." target="_blank">voip</a></p><p>Bye,</p><p>Niklas</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Niko68.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shafick</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Sat, 27 Oct 2012 20:40:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016687</guid><description><![CDATA[ <p>i love it i love it and i really love what you guys at microsoft are doing to help us young developers get onto the whole programming wagon, though i dont understand most of the code i sure as hell try my best to revise it after i&#39;ve pasted it and try and understand the most i can out of all that knowledge. Anyways i got a server instance error during this tutorial that highlighted the token = session[&quot;token&quot;].ToString(); line in the checkoutReview.aspx.cs file its said something about the instance is not refering to an object (sorry i forgot the exact words but it was something along those lines.) but after afew &quot;backspace and try agains&quot; internet explorer offered to debug the problem for me using the built in debugger but i didnt understand the whole thing because the debugger pointed out another line in a review.js file that had the error so i close the application and ctrl+f5 again and surprisingly i got past the initial error, just pointing it out just incase theres something you missed. Oh nearly forgot to tell you, the error came up when i clicked continue on the paypal test site and i was supposed to be redirected back to wingtip toys sample app. but its working okay now though i surely don&#39;t know why.</p><p></p><p>Anyways great thanks for these tutorials keep up the good work.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/shafick.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gbarbosa84</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Fri, 07 Dec 2012 11:27:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016961</guid><description><![CDATA[ <p>myOrder.Total = Convert.ToDecimal(decoder[&quot;AMT&quot;].ToString());</p><p></p><p>I get an unhandled exception due to a conversion error. anyone knows how to solve this?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/gbarbosa84.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by asadazmat</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Fri, 14 Dec 2012 12:24:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000017011</guid><description><![CDATA[ <p>Thanks Erik,</p><p></p><p>Should the class name in code snippet should be &quot;PayPalFunctions&quot; instead of NVPAPICaller? (its after we&#39;ve added paypal test accounts)</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/asadazmat.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by berlioz</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Tue, 18 Dec 2012 16:17:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000017029</guid><description><![CDATA[ <p>If I want to login to PayPal using the local account login rather than going through my google account, why can&#39;t I use the e-mail address and password that was created for my buyer test account on the PayPal sandbox website?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/berlioz.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by developer_aspx</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Sat, 29 Dec 2012 20:42:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000017089</guid><description><![CDATA[ <p>While properly logged in to PayPal to test buying from WingtipToys, logged on to Google and this error was returned:</p><p>“System.ArgumentException was unhandled by user code,   HResult=-2147024809</p><p>  Message=Keyword not supported: &#39;initial catalog&#39;. Source=System.Data”</p><p>It then pointed at this line in RegisterExternalLogin.aspx.cs</p><p>// User created &amp; associated OK</p><p>if (OpenAuth.Login(ProviderName, ProviderUserId, createPersistentCookie: false))</p><p>What is happening here?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/developer_aspx.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by developer_aspx</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Mon, 31 Dec 2012 00:37:15 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000017091</guid><description><![CDATA[ <p>I have solved the &quot;Initial Catalog problem. I changed the security features of the IIS in world wide web services to URL authorization.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/developer_aspx.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by super_peewee</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Fri, 18 Jan 2013 15:30:59 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018202</guid><description><![CDATA[ <p>I&#39;m having problems with the OpenAuth, when I press the Google&#39;s button to do checkout the application exploit and give me this error:</p><p>No OpenID endpoint found.</p><p></p><p>It exploit on this code:</p><p>OpenAuth.RequestAuthentication(provider, redirectUrl);</p><p></p><p>Please help me. Thanks.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/super_peewee.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shock83</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Wed, 13 Feb 2013 15:26:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018423</guid><description><![CDATA[ <p>This is great tutorial altogether and i enjoyed working on it.</p><p>But, i encounter server error when application should to go on PayPal testing site, in other words - when user clicks on PayPal button. </p><p>This is actual error:</p><p>You must provide a request body if you set ContentLength&gt;0 or SendChunked==true.  Do this by calling [Begin]GetRequestStream before [Begin]GetResponse.</p><p> HttpWebResponse objResponse = (HttpWebResponse)objRequest.GetResponse();</p><p>Anyone know why?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/shock83.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jstus</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Thu, 14 Feb 2013 15:02:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018430</guid><description><![CDATA[ <p>great tutorial.</p><p>I tried to experiment with it a little more, so instead of using  ProductDatabaseInitializer I created my own database.  And instead of using float data type for $$ fields I am using money.  So in case you decide to do something similar and get the following error while submitting request to PayPal </p><p>10401 - Transaction refused because of an invalid argument. - ensure that you send to PayPal decimal values with 2 decimal points -<a rel="nofollow" href="http://www.youtube.com/watch?v=MdR99nceYdU" target="_blank">www.youtube.com/</a></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/jstus.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dizignit.jason</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Thu, 21 Feb 2013 00:53:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018479</guid><description><![CDATA[ <p>This has been an awesome tutorial and I have had virtually zero issues up until now. I am able to add items and checkout. Once I put in my user credentials (both gmail and database) I get the following Parse error on the page Checkout/CheckoutStart.aspx. </p><p></p><p>Parser Error Message: &#39;WingTipToys.Checkout.CheckoutStart&#39; is not allowed here because it does not extend class &#39;System.Web.UI.Page&#39;.</p><p></p><p>Has anyone else had this problem? </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/dizignit.jason.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gmadkins2</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Sun, 03 Mar 2013 16:19:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018565</guid><description><![CDATA[ <p>Getting the same error as above.</p><p></p><p>You must provide a request body if you set ContentLength&gt;0 or SendChunked==true.  Do this by calling [Begin]GetRequestStream before [Begin]GetResponse.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/gmadkins2.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gmadkins2</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Sun, 03 Mar 2013 16:29:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018566</guid><description><![CDATA[ <p>Found the fix to the problem.  </p><p></p><p>Need to set objRequest.SendChecked = false;</p><p></p><p>see code below.</p><p></p><p>  HttpWebRequest objRequest = (HttpWebRequest)WebRequest.Create(url);</p><p>        objRequest.Timeout = Timeout;</p><p>        objRequest.Method = &quot;POST&quot;;</p><p>        objRequest.ContentLength = strPost.Length;</p><p>        objRequest.SendChunked = false;</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/gmadkins2.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gmadkins2</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal</link><pubDate>Sun, 03 Mar 2013 19:11:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018567</guid><description><![CDATA[ <p>Disregard the previous post.  I thought it fixed the issue.  But it didn&#39;t.  However the true exception is getting swallowed up by the exception handling.  The true error is.</p><p></p><p>The remote name could not be resolved: &#39;api-3t.sandbox.paypal.com&#39;</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/gmadkins2.jpg?forceidenticon=false&amp;dt=635047207200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>