Tagged Questions
The 3d-secure tag has no wiki summary.
2
votes
5answers
6k views
Changing an IFrames InnerHtml from codebehind
I'm trying to set the HTML of an Iframe at runtime, from code behind.
In my aspx page i have:
<asp:Button ID="btnChange" runat="server" Text="Change iframe content"
onclick="btnChange_Click" ...
1
vote
3answers
3k views
Some issuing banks refusing 3D Secure requests
We have a commerce site we're attempting to get 3D Secure (Verified by VISA/Mastercard Securecode) set up with.
We are using DataCash as our payment provider.
We are seeing the following issue:
...
0
votes
0answers
30 views
Implementing 3D Secure Using Datacash for Mobile Device
When implementing 3D Secure on Datacash there is an option to pass in "device cagetory" to specify "whether the site is being accessed via a web browser, or a mobile phone browser"
...
-2
votes
2answers
701 views
c# Visa 3d Secure Implementation
can someone give a sample implementation of 3d secure for an ecommerce application?