Always remain updated about current software development trends

Articles having tag: ASP.NET

A Client Validation Issue in MVC 3 and MVC 4(Beta)

  Introduction:               Recently while working on an application I ran into an client side validation issue. The issue was that ASP.NET MVC 3 application ignoring the cancel class(which...

Basic Authentication with the ASP.NET Membership API

In this post we'll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.

Understanding ASP.NET Validation Techniques

This article aims at understanding the basic validation techniques and controls provided by ASP.NET framework.

jQuery DataTables and ASP.NET MVC Integration - Part I

This article contains code samples which explain how the jQuery DataTables plug-in can be integrated into ASP.NET MVC applications.

A Beginner's Tutorial on Caching in ASP.NET

This article is a beginner's tutorial on ASP.NET caching mechanism.

JQueryUI smartAutocomplete

This widget extends the functionalities of jQueryUI Autocomplete widget by adding infinite scrolling when loading data from a remote source.

WebSlideProjector - Using supersized! jQuery and IZWebFileManager

WebSlideProjector is a ASP.NET 3.5 Web Application that manages a fullscreen background slideshow (presented by supersized! jQuery library) with handling of anonymous user Projector Setup and login-administered Slide Carousel loading (using IZWebFileManager...

Code Generation in Visual Studio From XML Files - A Simpler Approach

In this post, we'll explore how to generate code from a simple XML model, with in Visual Studio - For a lot of scenarios