Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to implement relay respone code or script
how to implement relay response code or script......
PLEASE GIVE A SAMPLE CODE FOR RELAY RESPONSE CODE......
Thanq
โ02-23-2013 03:30 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are using asp.net with C#, it is as simple as
on page_load
string responsecode = Request.Form["x_response_code"};
โ02-23-2013 08:37 AM