Category Archives: Code Project ASP.NET - Page 3

Notification Widget Using JSON WebService

How to create a notification widget using JSON.

Creating parent-child relationships between tables in ASP.NET MVC (JQuery DataTables and ASP.NET MVC integration – Part III)

This article shows how parent-child relationship between two tables can be implemented in ASP.NET MVC using the JQuery DataTables plugin

Custom Membership Providers – Task Manager

This article extends what was built in the previous article. This is a task manager application, that uses the custom provider designed in the last part.

DaST Concept: A simpler, smarter, and much more powerful alternative to Forms and MVC.

Pure HTML templates and uniform codebehind is the future of web development. The article presents ASP.NET DaST Rendering Engine and its underlying DaST concept that brings web apps architecture to a new level getting rid of all problems and complexity related to standard ASP.NET Forms and MVC.

Finding out which control caused the Postback

This code is very useful for those who want to know which aspcontrol has caused the postback.

Using Munq IOC Container Version 3 in ASP.NET MVC 3

Munq IOC Container Version 3 has been released on CodePlex and as a NuGet package. This article demonstrates how to integrate the IOC Container into an ASP.NET MVC3 project.

Simple FileManager width MVC 3 and jsTree

In this article, I will show how easy it is to perform drag-and-drop and create operations using jsTree in a simple File Manager.

Plot Path using Google Maps JavaScript API

This article describes how to plot path on google map using array of latitude & longitude points.

Databound Schedule controls

These data controls can show scheduled events automatically.

ASP.NET MVC Editable DataTable (JQuery DataTables and ASP.NET MVC integration – Part II)

This article shows how a datatable with standard CRUD functionalites (select/delete data, update single cell, and add new record) can be created in ASP.NET MVC using JQuery DataTables Editable plugin