Hi all,
I have an Asp.Net site that uses out of the box Ajax functionality (Script Manager, Update Panel and a few simple server-controls.)
This site has been working fine.
Now I need to open this site in a browser that is embebed in another desktop application's form, and when I click on a button inside the UpdatePanel,
I get an error like this:
Sys.ArguementException: "Can not find last / in base URL"
I tried catching the error using ScriptManager1_AsyncPostBackError, but couldn't.
I also tried catching it in JavaScript using:
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequest);
but it occurs before it gets there.
Has anyone seen this error?
Any advice?
Thanks,
Sheila
I have an Asp.Net site that uses out of the box Ajax functionality (Script Manager, Update Panel and a few simple server-controls.)
This site has been working fine.
Now I need to open this site in a browser that is embebed in another desktop application's form, and when I click on a button inside the UpdatePanel,
I get an error like this:
Sys.ArguementException: "Can not find last / in base URL"
I tried catching the error using ScriptManager1_AsyncPostBackError, but couldn't.
I also tried catching it in JavaScript using:
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequest);
but it occurs before it gets there.
Has anyone seen this error?
Any advice?
Thanks,
Sheila