Category Archives: Ajax

JavascriptHelper–Managing JS files for ASP.NET MVC

After working several years with the Castle Monorail MVC framework, I decided to try ASP.NET MVC to see if it had caught up to Monorail. The transition seemed to go rather smoothly, but one area where I was surprised to find how clumsily it was handled, was the management of JavaScript files. Basically, if some [...]

Also posted in .NET Framework, CSS, Enterprise .NET, JavaScript, JavaScript, User Experience Design, jQuery | Tagged , , | Leave a comment

Calling an ASP.Net web service using jQuery and JSON.

Let’s say you have a webpage where you need to call a service but cannot perform a post back.  Recently I was on a client engagement where we needed to improve page performance by dynamically loading a navigation tree with a potential for several thousand links.  We implemented a solution that would load each branch [...]

Also posted in .NET Framework, Enterprise .NET, JavaScript, jQuery | Tagged , , , , | 2 Comments