It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying to integrate Authorize.net ARB Payment module into my asp.net application (using SOAP) , and for the same I need to test the functions in it.
But for the CreateSubscription() method I get an error:
The payment gateway account is in Test Mode. The request cannot be processed.
So please tell me(if possible) how can I test the functions for ARB in TEST-MODE in my ASP.Net Application.
You need to test using a developer account as you cannot set up subscriptions in your live account, even in test mode.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am fresher for developing Android App. i have queries.
How can I retrieve website specific content and display it in android App? I don't know where to start.
In login page Activity which contains username, password and Login button Here only registered user from website can login to it.How to do validation only for already registered user from website?
XML-RPC WordPress API is the best place to start.
If you go through the API, you can easily figure out that you have all operations available for you, and all you need to do is, use a xmlrpc client library for java to call those procedures. And, this library looks decent.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to integrate Alfresco with Moodle.
I would like Moodle users to be able to store e-content and retrieve them easily using Alfresco.
Moodle 2.x is already integrated with the Alfresco repository, although this needs to be enabled by an administrator via Site administration -> plugins -> repositories -> manage repositories. The documentation is here and although sparse, provides links to discussions that explain how to get it going.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I just want to create an asp.net VB Forum and the database should be MS Access.
No reason to be rude about this question. Here are some resources that can get you started.
http://www.asp.net/get-started is a good place for information about building your first ASP.NET application.
http://www.asp.net/community/projects#jm_starter_kits_and_samples has links to some starter kits that can get you up and running.
http://www.asp.net/downloads/starter-kits/the-beer-house is an older starter kit, for ASP.NET 2.0, but I used this a while back and it's pretty good.
As for using MS Access, I would try to get your first web application up and then ask a more specific question here on Stackoverflow when you run into some problems.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
how i create express checkout paypal in asp.net ?
Take a look at this CodeProject article about integrating various PayPal features into ASP.NET (there's a whole section for Express Checkout):
Introduction to PayPal for C#
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I have written a desktop application in vb.net. Now I need to convert it into a web application in asp.net. Can you please suggest how I might proceed?
What you're asking is far more complicated than you think it is. Take this as an opportunity to learn ASP.Net, and web applications in general. Implement the web app from scratch (there are many good books on the subject), using your desktop app as a guide.