AS far as changes that blew everything up:
Minus the web.config changes (and enums), I've run into problems when
passing integers and dates.

It started blowing up because I was passing them as strings.  Your
changes made sense, but when I updated DLL's I had to fix about 30
pages that were passing strings.

This is because I was doing a lot of
AjaxClass.GetInfoForID($('someSelectorDropDown').value);
I had to go back and surround those with parseInt($('...')) and
Date.parse($('...')).  Didn't see that coming...


--~--~---------~--~----~------------~-------~--~----~
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