Click here to Skip to main content
15,902,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionModalPopup JScript runtime error on properties Drag="true" Pin
Dharmendra-KumarBLR7-Feb-12 0:08
Dharmendra-KumarBLR7-Feb-12 0:08 
AnswerRe: ModalPopup JScript runtime error on properties Drag="true" Pin
Ali Al Omairi(Abu AlHassan)7-Feb-12 21:55
professionalAli Al Omairi(Abu AlHassan)7-Feb-12 21:55 
Questionexpress checkout keep loading didn't return to merchant Pin
awakepoh6-Feb-12 21:20
awakepoh6-Feb-12 21:20 
AnswerRe: express checkout keep loading didn't return to merchant Pin
jkirkerx8-Feb-12 12:54
professionaljkirkerx8-Feb-12 12:54 
GeneralRe: express checkout keep loading didn't return to merchant Pin
awakepoh8-Feb-12 22:46
awakepoh8-Feb-12 22:46 
NewsRe: express checkout keep loading didn't return to merchant Pin
jkirkerx9-Feb-12 6:56
professionaljkirkerx9-Feb-12 6:56 
GeneralRe: express checkout keep loading didn't return to merchant Pin
awakepoh10-Feb-12 3:00
awakepoh10-Feb-12 3:00 
GeneralRe: express checkout keep loading didn't return to merchant Pin
jkirkerx10-Feb-12 6:07
professionaljkirkerx10-Feb-12 6:07 

awakepoh wrote:
encoder["RETURNURL"] = "https://..../return1.aspx";

encoder["CANCELURL"] = "......";


It's good practice to hardcode the entire URL for safe measure, but in your case since your developing, you need to hardcode the http://localhost:4987, the url of your web dev in order for the page to return. Or perhaps try a partial url like

/return1.aspx.

Don't forget to set a cancel url for the cancel action. 4987 is just a port number I made up. Use the port number your web dev is using.

The web dev does not support https protocol, so you will have to use http
QuestionVirualiztion concept for Client Server windows application Pin
D.Manivelan6-Feb-12 19:58
D.Manivelan6-Feb-12 19:58 
Question[Originally posted in C# forum] Bug Tracking for ASP.Net Website Pin
Ed Nutting6-Feb-12 5:17
Ed Nutting6-Feb-12 5:17 
AnswerBug Tracking Pin
David Mujica6-Feb-12 7:35
David Mujica6-Feb-12 7:35 
Questionstore and retrive swf in and from asp.net database Pin
mohmed216-Feb-12 4:24
mohmed216-Feb-12 4:24 
AnswerRe: store and retrive swf in and from asp.net database Pin
Not Active6-Feb-12 5:18
mentorNot Active6-Feb-12 5:18 
QuestionThe process cannot access the file because it is being used by another process. Pin
Vimalsoft(Pty) Ltd6-Feb-12 2:13
professionalVimalsoft(Pty) Ltd6-Feb-12 2:13 
AnswerRe: The process cannot access the file because it is being used by another process. Pin
Satish_S6-Feb-12 3:12
Satish_S6-Feb-12 3:12 
GeneralRe: The process cannot access the file because it is being used by another process. Pin
Vimalsoft(Pty) Ltd6-Feb-12 3:56
professionalVimalsoft(Pty) Ltd6-Feb-12 3:56 
GeneralMaking a service call for json object Pin
dayakar_dn5-Feb-12 22:59
dayakar_dn5-Feb-12 22:59 
GeneralRe: Making a service call for json object Pin
Abhinav S6-Feb-12 0:09
Abhinav S6-Feb-12 0:09 
QuestionASP.NET site in sharepoint Pin
lionelcyril5-Feb-12 22:50
lionelcyril5-Feb-12 22:50 
AnswerCross post Pin
Not Active6-Feb-12 1:25
mentorNot Active6-Feb-12 1:25 
QuestionCrystal Report Viewer Pin
Myat Su Hlaing5-Feb-12 21:28
Myat Su Hlaing5-Feb-12 21:28 
AnswerRe: Crystal Report Viewer Pin
Abhinav S5-Feb-12 22:00
Abhinav S5-Feb-12 22:00 
QuestionHow to Achive this... Pin
uspatel5-Feb-12 20:32
professionaluspatel5-Feb-12 20:32 
QuestionNeed to fire textchanged event with Gridview using Update panel Pin
r aa j5-Feb-12 20:02
r aa j5-Feb-12 20:02 
AnswerRe: Need to fire textchanged event with Gridview using Update panel Pin
Abhinav S5-Feb-12 21:25
Abhinav S5-Feb-12 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.