Browse by Tags

All Tags » AJAX (RSS)

System.InvalidOperationException: jsdebug Web Service method name is not valid by jhallal

If you are getting a 'web service undefined' error when calling a web service from Javascript which is defined inside the ScriptManager tag like so: <asp:ScriptManager ID="ScriptManager1" runat="server"> <Services> <asp:ServiceReference...
Filed under: , ,

jQuery 101 – The Basics by jhallal

What you should already know Before you start using jQuery, you should have a basic knowledge of: HTML CSS JavaScript What is jQuery? jQuery is a lightweight cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was...
Filed under: , , ,

Large ViewState & ViewState chunking (maxPageStateFieldLength) by jhallal

The ViewState Chunking mechanism allow you to split the ViewState content into several chunks/hidden fields. The reason behind using this feature is that some proxies and firewalls will deny access to the aspx page that contains a huge ViewState size...
More Posts