Michael,
Now that I am testing with my ASP.net 1.1 VB.Net application, I am
getting an error that I am not sure how to handle. I have tried a
couple of things but none worked. Here is the JScript code:
function refreshinfo()
{
CCS.AppMain.MsgControl.GetInformation(refreshinfo_callback);
}
Where CCS is the project/namespace, AppMain is the parent page and
MsgControl is the ASCX that contains the AJAX call. The error I am
getting is " CCS.AppMain.MsgControl is null or not an object". I have
tried removing various items in the string, ie tried project.control
then project.page. All the same. Then I created a module for the ajax
call. It was titled MessageItems. I replace the the call to:
MessageItems.GetMessagesForScroll(document.getElementById("txtNT_Login").value,
refreshinfo_callback);
got the same error. Added the project name in front of MessageItems,
but still go the same error.
I checked the VB.net example, and even though it is for .Net 2.0, I
could not see anything that could cause the problem. Do you have any
ideas?
J.Zinn
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---