Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Payment Gateway IntergrationPayment Gateway Intergration
Previous
 
Next
New Post
5/18/2009 5:59 AM
 

Hello all,  

I am writing a payment gateway interface for a SA payment gateway, the company gave me sample code for old ASP. I have attached it below. 

<form method="POST" action="https://gateway.netcash.co.za/vvonline/ccnetcash.asp ">
<input type="hidden" name="m_1" value="testuser">
<input type="hidden" name="m_2" value="testpass">
<input type="hidden" name="m_3" value="654321">
<input type="hidden" name="p1" value="0291">
<input type="hidden" name="p2" value="Uniquekkap">
<input type="hidden" name="p3" value="Example Goods">
<input type="hidden" name="p4" value="39.99">
<input type="hidden" name="p10" value="">
<input type="hidden" name="Budget" value="Y">
<input type="hidden" name="m_4" value="Extra 1">
<input type="hidden" name="m_5" value=" Extra 2">
<input type="hidden" name="m_6" value=" Extra 3">
<input type="hidden" name="m_9" value="jack@test.com">
<input type="hidden" name="m_10" value="page=returnpage.asp&CommId=123">
<input type="submit" value="Pay by Credit Card">
</form> 
 
Now, I need to convert this to ASP .Net, to use in a DNN app I am writing.  Obviously if I create another .Net form I get the error "A page can have only one server-side form tag." So how do I do this?
 
I want to use the form in side a wizard control as well.
 
Please note I AM NOT ASKING HOW TO CONVERT THE CODE ABOVE TO .NET I need to know how to incorporate it in to a wizard control that will form part of a DNN mod.
 
Please help ASAP, thank you

 

 
New Post
5/18/2009 5:08 PM
 

The fastest, and easiest way, as long as the vendor doesn't end up having issues, is to simply remove the form, and setup a javascript call on the input button, in your case, add the following.

onclick="this.form.action='https://gateway.netcash.co.za/wonline/ccnetcash.asp';this.form.submit();"

It is quick and dirty, but works in about 99.9% of the cases.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Payment Gateway IntergrationPayment Gateway Intergration


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out