0
kicks
Dynamically create ASP.NET UserControl using JQuery & Ajax Web Service
Few thing you need to consider when you are accesing ASP.NET webservice through JQuery.
* Request verb Type
* Content- length with IIS6+
* Default contentType
* JSON object formatting
* Maximum length exceed exception
I am explaining these issues and workaround to make JQuery work fine with ASP.NET Ajax enabled web service.