Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3236474
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:37:34+00:00 2026-05-17T17:37:34+00:00

Kentico is a C# / Asp.NET Content Management System that we use and I’m

  • 0

Kentico is a C# / Asp.NET Content Management System that we use and I’m trying to implement authorize.net SIM integration (redirecting the user to the authorize.net servers to make purchase through a form post). Kentico uses master pages so it’s proving to be a beast. First issue was getting the form to even post to the authorize.net Servers. I was able to do this using the following.

<script type="text/javascript">
    theForm.action = "https://test.authorize.net/gateway/transact.dll";
</script>

Easy Enough (theForm == the master page form), now the issue lies in the fact that I originally was using code behind to populate the hidden input fields and it changes all of the names of these input fields. This makes it impossible for authorize.net to know what you are doing.

Has anyone done any integration like this before? And if so, what is the most appropriate way to solving this problem?

I have a few ideas but they all involve what I consider extremely dirty methods for getting it to work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T17:37:35+00:00Added an answer on May 17, 2026 at 5:37 pm

    you will need to follow these steps to take the names of your input fields under your control:

    1) Use your code to set the payment gateway URL

    2) Place ASP.NET Literal control on ASPX page, something like:
    <asp:Literal runat=”server” ID=”myFields” />

    3) Go to code behind and initialize the literal with HTML code of all your input fields. For each input field set its custom identifier. e.g:
    myFields.Text += “<input type=”text” id=”carnumber” name=”cardnumber” />”; ….

    After the button is clicked, user is redirected to the payment gateway URL where the POSTed data from your input fields are available under the required identifiers. I hope you will find it helpful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a some Chinese characters that I'm trying to display on a Kentico-powered
We use Kentico CMS and I've exchanged emails with them about a web garden
How do I change the Kentico CMS search settings so as to display a
How would you approach setting up 301 redirects within Kentico CMS (v5.0)? I want
how to prevent security leaks in my own created form which data I write
Upon completion of a custom payment form I add two user roles, a badge,
I want to backup a SQL Server database with C#. I have written a
I work on a big project in company. We collect data which we get
At this point we are developing Sitecore websites and we are gaining experience every

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.