Forum: ASP May 25th, 2009 |
| Replies: 7 Views: 1,920 asp_see
you will need to detect the client device and then redirect to your sub domain and most importantly you need to rewrite all code for the display logic but still you can use your existing... |
Forum: ASP May 25th, 2009 |
| Replies: 1 Views: 877 add not post back condition in page load
like this
if(!IsPostBack)
{
Response.AppendHeader("Refresh", "10");
} |
Forum: ASP May 25th, 2009 |
| Replies: 2 Views: 606 |
Forum: ASP May 25th, 2009 |
| Replies: 2 Views: 617 Who said asp.net is best choice for programmers.
I dont agree with this statement, infact every language has it's own functionality and flavour. And a programmer loves to work with any language of... |
Forum: ASP May 25th, 2009 |
| Replies: 3 Views: 1,519 You need to verify your javascript code if it is working correctly?
I think you are not setting the return type for JS function DoEdits(). |
Forum: ASP May 25th, 2009 |
| Replies: 0 Views: 486 If someone have any idea how to get the IPN post from paypal server after user payment.
Currently i have been redirected to success page after user make payment but my IPN script is not getting... |