Nothing from loadXML ... not working and no errors, Help!

I have the following Grid code:

mygrid.kidsXmlFile = “SPGetSubData.asp?iLoggedInEmpId=<%=iLoggedInEmpId%>&empid=<%=iEmpId%>”;
mygrid.loadXML(“SPGetData.asp?iLoggedInEmpId=<%=iLoggedInEmpId%>&empid=<%=iEmpId%>”);

It used to work fine and is not any longer.
I can’t tell if it’s even getting into the SPGetData.asp page. I have some logging in the SPGetData.asp file but nothing is getting written so it seems it’s not getting there. But why no error message?
Is there a way to add some kind of error handling to figure out problems?

Please help - I have to urgently get this working.
Thanks.
Melissa Mussitsch
ANSYS, Inc.

You may try to use the dhtmlxError component for error handling:
docs.dhtmlx.com/doku.php?id=dhtm … r_response