Tag Archives: jQuery
Using Google Closure Templates with ASP.NET MVC in Visual Studio 2010

Using Google Closure Templates with ASP.NET MVC in Visual Studio 2010

Client-side templates have become a vital component of AJAX-driven websites. The web is undoubtedly trending towards sites that load content dynamically after the page loads, rather than all at once in the initial page request. This pattern allows web pages to become lighter and more responsive, which translates to a better experience for [...]

Read more
DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery

DynamicLoader Plugin – Dynamically Loading ASP.NET User Controls with jQuery

Live Demo | Download Sample Solution (52.77 kb)
ASP.NET User Controls are pretty useful. They allow functional modules of code and markup to be encapsulated in such a way that reuse is convenient and easy, without sacrificing the power or integration of the ASP.NET model. As we move into an era of AJAX-driven websites, [...]

Read more