Hi Michael,
It took me a while to get Fiddler installed and working with Firefox.
Here are the results I get. I'm not sure how to interpret them. It
seems like the server-side is receiving a System.DBNull instead of the
Boolean I'm sending when I run locally. Why it would behave differently
locally than on an external server I don't know.
IE:
Sent
{"strApptID":"225","strEntered":true}
Received
"";/*
FireFox:
Sent
{"strApptID":"225","strEntered":true}
Received
null; r.error = {"Message":"Object of type 'System.DBNull' cannot be
converted to type
'System.Boolean'.","Type":"System.ArgumentException"};/*
Thanks for your help,
Gavin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---