jayper schrieb:
>> And what is in res.error?
>
> well, there isn't an error... the res.value is just always undefined.
You don't check for an error. How do you know that's now error?
function valid_callback(res)
{
if (res.error != null)
{
alert(res.error.Message);
}
else
{
document.getElementById("lblsearchCLMTNumber").innerText =
res.value;
}
}
--
Freundliche Grüße
Albert Weinert
http://der-albert.com
--~--~---------~--~----~------------~-------~--~----~
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/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---