<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Simple Checkout button in asp.net in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/34884#M19301</link>
    <description>&lt;P&gt;Hello JohnnyY&lt;BR /&gt;&lt;BR /&gt;It's been a while since this thread was first posted. I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2013 17:45:46 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2013-07-03T17:45:46Z</dc:date>
    <item>
      <title>Simple Checkout button in asp.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/3358#M3052</link>
      <description>&lt;P&gt;The code generated for the Simple Checkout button included a &amp;lt;form&amp;gt; tag.&amp;nbsp; This does not render on my asp.net pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems like an issue lots of sites would run into.&amp;nbsp; Is there a workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2010 13:50:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/3358#M3052</guid>
      <dc:creator>IHS3301</dc:creator>
      <dc:date>2010-06-02T13:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout button in asp.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/3411#M3104</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not quite sure what would be causing an issue here. Can you post your code for us to review?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2010 20:28:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/3411#M3104</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-06-04T20:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout button in asp.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/3666#M3343</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From my own personal experience, the required &amp;lt;form runat=server&amp;gt; tag for the asp.net pages conflicts with the &amp;lt;form&amp;gt; tag in the simple checkout button.&amp;nbsp; A workaround is to use a simple HTML file or don't include .net form controls that require an asp.net form tag in your .aspx file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 18:15:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/3666#M3343</guid>
      <dc:creator>LisaSegura</dc:creator>
      <dc:date>2010-06-23T18:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout button in asp.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/5142#M4239</link>
      <description>&lt;P&gt;Better solution is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;input type = "hidden" name = "LinkId" value ="xxxxxxxx-3499-4383-a905-xxxxxxxxxx" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ImageButton runat=server ID="_btnDonation" PostBackUrl="&lt;A target="_blank" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" rel="nofollow"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;" ImageUrl="&lt;A target="_blank" href="http://content.authorize.net/images/donate-gold.gif" rel="nofollow"&gt;http://content.authorize.net/images/donate-gold.gif&lt;/A&gt;" CausesValidation=false /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2010 14:45:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/5142#M4239</guid>
      <dc:creator>pete_o</dc:creator>
      <dc:date>2010-09-03T14:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout button in asp.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/34835#M19254</link>
      <description>&lt;P&gt;What if you don't want to use the donation button? I am using the button to do a "Pay your bill online" button that is simple text. The customer can then enter the amount of their bill. I am not a .net guy. I know a lot about HTML just have never worked in .net. I didn't expect to run into this problem. We can copy and paste but the CMS will not allow us to publish.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 15:01:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/34835#M19254</guid>
      <dc:creator>JohnnyY</dc:creator>
      <dc:date>2013-07-01T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout button in asp.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/34884#M19301</link>
      <description>&lt;P&gt;Hello JohnnyY&lt;BR /&gt;&lt;BR /&gt;It's been a while since this thread was first posted. I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2013 17:45:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-button-in-asp-net/m-p/34884#M19301</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2013-07-03T17:45:46Z</dc:date>
    </item>
  </channel>
</rss>

