palavigolwara26

Stories kicked by palavigolwara26

Reduce ASP.NET Page size and complexity using JQuery-Part 2(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

This is part 2 of my series for ASP.NET AJAX and JQuery comparison. You can read part 1 here. In my last 2 articles (Dynamically create ASP.NET user control using ASP.NET Ajax and Web Service and Dynamically create ASP.NET user control using JQuery and JSON enabled Ajax Web Service), I explained how to access JSON data from ASP.NET AJAX script service using ASP.NET AJAX client side framework and JQuery. In this post I will compare response/ request for these two implementations. read more...

add a comment |category: |Views: 327

tags: another

Dynamically create ASP.NET UserControl using JQuery & Ajax Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

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. read more...

1 comment |category: |Views: 866

tags: another