Always remain updated about current software development trends

Articles having tag: ASP.NET

Tricky issue with HTML5 drag and drop

Recently a reader asked about a tricky issue with HTML5 drag and drop. The issue is this:HTML5 supports native drag and drop through draggable property and several events such as dragstart, drag, dragenter, dragleave, dragover and drop. Normally dragstart...

Call JavaScript in an ASP.NET User Control

Call a uniquely named JavaScript function inside of an ASP.NET user control from the page it is hosted inside of.

Understanding the MvcRouteHandler and MvcHandler in ASP.NET MVC

This article explains the working of MvcRouteHandler and MvcHandler class in detail.

MVC Basic Site: Step 3 – Dynamic Layouts and Site Admin with: AJAX, jqGrid, Controller Extensions, HTML Helpers, and more

This article provides the implementation of dynamic layouts and web site administration in ASP.NET MVC4.0 by using: AJAX, jqGrid, Custom Action Results, Controller Extension, HTML Helpers, and more.

MVC Basic Site: Step 2 - Exceptions Management

This second article from the "MVC Basic Site" series presents in details the exceptions management rules and their implementation for an ASP.NET MVC web site, and provides some utile base classes and source code for Logging and Exceptions Management that can...