Hi!
I used Ajax (i think it was Version 6.4.x.x or so) to make some
Callbacks on my Page. Works fine.
My Serverside function looks like
function xxx(a as string, b as string, c as string)
On the Client the Callback also works with (integer instead of string)
xxx('aaa', 2, 3)
With the new Version i got a Error. The Callback don't work.
I changed my clientside Function to
xxx('aaa', String(2), String(3))
and it works again.
Is it now unsupported to call a Background function with other
variable-typs as expected?
Zuletzt: Großes Dankeschön an Michael Schwarz ;-) Spitzen Arbeit ;-)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---