Here's one of the big things I've found with the debugging in visual
studio 2005 + AJAX. Since you're stuck with the non-IIS debugging,
there are some issues with the calls being made from javascript->code
behind. The one thing I discovered is you need ot have an argument of
some sort passed back to your code behidn. If you don't you will run
into all sorts of calls not being made and other headaches. I just add
an empty string argument to my call and it seems to sort out the issue.


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