Groups | Blog | Home
all groups > visual studio .net debugging > november 2003 >

visual studio .net debugging : Web Service call debug skip from JavaScript


Sandy
11/18/2003 1:12:20 PM
I am calling web service from JavaScript to populated a
drop down menu on the screen. It seems that the debuggers
is skipping the line (or is not calling web service
function A at all). What intrigues me is a second call to
webservice for function B always works (Meaning debugger
goes to the line and I can step into each line of code in
the function). but not for function A.

This is the code that I am using to call web service

var callID = document.getElementById
("webplaceholder").origLoanMaint.callService
(loadDDWJS, "loadDDW", criteria);

Any idea?? Please help

Thanks a lot

Sandy
11/20/2003 11:45:12 AM
As it turns out, Call to a webservice function, if there
is '&' or '&&' character in your string then htc file
ignores to call the web svc function.
Enjoy

Sandy

[quoted text, click to view]
AddThis Social Bookmark Button