[jQuery] Re: JQuery AJAX with .NET - Limitations

2007-10-04 Thread Jeffrey Kretz
Unfortunately, .so far as I know, .NET doesn't let you post to a user control. For what it's worth, the .NET projects I've done with jQuery used a separate ashx page to handle all ajax requests. I created an IHttpHandler, mapped it in the web.config file, and in that handler applied the va

[jQuery] Re: JQuery AJAX with .NET - Limitations

2007-10-04 Thread seedy
I am not sure what you are trying to do in case 1. In case 2, the cause is because iis doesn't serve ascx files. Browse to http:://website/wucPeopleList.ascx. What you see if the same thing jquery sees when you try to post to it. It is my understanding you can continue to use AJAXpro on the