<?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 How can I apply the same ID to Radiobuttons and text boxes on one form? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-apply-the-same-ID-to-Radiobuttons-and-text-boxes-on/m-p/26718#M14181</link>
    <description>&lt;P&gt;I am wondering how can I apply the same &lt;STRONG&gt;ID&lt;/STRONG&gt;&amp;nbsp;to a list of radio buttons and a text box in the same form.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to have the option of radiobuttons with differnet $ amounts, and have one of those be "other amount" and in the other amount option there will be a text box, where the user can type in any amount. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment I can do it for one or the other, apply one "ID" value to the radio buttons and one to the the textbox but not to both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So how can I go about having the same ID applied to radio buttons and a textbox on one form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the&amp;nbsp;Advanced Integration Method&amp;nbsp;(AIM), the code is written in .aspx.cs (cshrap).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample of what I currently have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;asp:RadioButtonList &lt;STRONG&gt;ID="amount"&lt;/STRONG&gt; runat="server" TextAlign="Left" RepeatDirection="Horizontal"&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Option1"&amp;gt;&lt;SPAN&gt;Option1&lt;/SPAN&gt;&amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Option2"&amp;gt;&lt;SPAN&gt;Option2&lt;/SPAN&gt;&amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Option3"&amp;gt;&lt;SPAN&gt;Option3&lt;/SPAN&gt;&amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Other"&amp;gt;Other Amount: &amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;/asp:RadioButtonList&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;asp:TextBox &lt;STRONG&gt;ID="amount"&lt;/STRONG&gt; runat="server"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- Jesus&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2012 18:22:18 GMT</pubDate>
    <dc:creator>JesusJ</dc:creator>
    <dc:date>2012-05-24T18:22:18Z</dc:date>
    <item>
      <title>How can I apply the same ID to Radiobuttons and text boxes on one form?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-apply-the-same-ID-to-Radiobuttons-and-text-boxes-on/m-p/26718#M14181</link>
      <description>&lt;P&gt;I am wondering how can I apply the same &lt;STRONG&gt;ID&lt;/STRONG&gt;&amp;nbsp;to a list of radio buttons and a text box in the same form.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to have the option of radiobuttons with differnet $ amounts, and have one of those be "other amount" and in the other amount option there will be a text box, where the user can type in any amount. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment I can do it for one or the other, apply one "ID" value to the radio buttons and one to the the textbox but not to both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So how can I go about having the same ID applied to radio buttons and a textbox on one form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the&amp;nbsp;Advanced Integration Method&amp;nbsp;(AIM), the code is written in .aspx.cs (cshrap).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample of what I currently have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;asp:RadioButtonList &lt;STRONG&gt;ID="amount"&lt;/STRONG&gt; runat="server" TextAlign="Left" RepeatDirection="Horizontal"&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Option1"&amp;gt;&lt;SPAN&gt;Option1&lt;/SPAN&gt;&amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Option2"&amp;gt;&lt;SPAN&gt;Option2&lt;/SPAN&gt;&amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Option3"&amp;gt;&lt;SPAN&gt;Option3&lt;/SPAN&gt;&amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;asp:ListItem Value="Other"&amp;gt;Other Amount: &amp;lt;/asp:ListItem&amp;gt;&lt;BR /&gt;&amp;lt;/asp:RadioButtonList&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;asp:TextBox &lt;STRONG&gt;ID="amount"&lt;/STRONG&gt; runat="server"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- Jesus&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 18:22:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-apply-the-same-ID-to-Radiobuttons-and-text-boxes-on/m-p/26718#M14181</guid>
      <dc:creator>JesusJ</dc:creator>
      <dc:date>2012-05-24T18:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I apply the same ID to Radiobuttons and text boxes on one form?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-apply-the-same-ID-to-Radiobuttons-and-text-boxes-on/m-p/26726#M14185</link>
      <description>&lt;P&gt;You can't.&lt;/P&gt;&lt;P&gt;If you are using AIM, it doesn't matter what you ID it on the screen. Just check it on the code-behind to see which one to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 20:43:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-apply-the-same-ID-to-Radiobuttons-and-text-boxes-on/m-p/26726#M14185</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-24T20:43:03Z</dc:date>
    </item>
  </channel>
</rss>

