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#
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 want to deposit money to my paypal account through web application in .net
Go to https://www.paypal.com/cgi-bin/webscr?cmd=_donate-intro-outside and create your own button for your website. It will give you html code to place it in your website
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.
is there any way to use asp.net and node.js together?
I don't thinks so because node.js is a whole different webserver?
Edit for clarification: i want to add websites, based on node.js to an existing asp.net web forms application
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.
Is there any way to authenticate user through Cookies....
That's exactly what the Forms Authentication module in ASP.NET uses to track authenticated users.
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.
Has anyone had any problems with the captcha module in combination with the webform module? I am not sure if it's something that I can use for work if spam bots can overpass the captcha... Thanks.
I would recommend the use of the Mollom module:
http://drupal.org/project/mollom
It's spam protection is much better than that of Captcha:
http://drupal.org/project/captcha
Once setup, Mollom spam protection can be added to Webforms.
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.
What client should be used to access Oracle database (specifically invoking the stored procedures) from ASP.net code? I am specifically referring to the industry standard. What tips/tricks/issues have you had with it?
EDITED
You should use ODP.NET.
System.Data.OracleClient which is part of the .NET framework is deprecated and should no longer be used because they will be removed in a future version of the .NET Framework.