Hi,

yes, this was a big feature request by several developers. As there
are already some developers that do not want to use the correct
JavaScript "type" I will add a configuration section in web.config to
allow passing a string for numbers and numbers to be parsed as string.

I will add this in version 6.5.10.1.

Regards,
Michael

On 5/10/06, Undying <[EMAIL PROTECTED]> wrote:
>
> 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 ;-)
>
>
> >
>


--
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/
mailto:[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
-~----------~----~----~----~------~----~------~--~---

Reply via email to