Hi,
can you run Fiddler to trace http traffic?
Michael
On 9/20/06, Albert Weinert <[EMAIL PROTECTED]> wrote:
>
> 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
>
> >
>
--
Best regards | Schöne Grüße
Michael
Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer
http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
Skype: callto:schwarz-interactive
MSN IM: [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---