Browse by Tags

All Tags » JavaScript (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: , , ,

Escape Single Quotes Within JavaScript by jhallal

While I was trying to register a JavaScript code into an ASP.NET page I came across the need to ensure that passing a string to the JavaScript method would not cause an error ‘Unterminated string constant error’ upon rendering, this error could be caused...
Filed under: ,
More Posts