Sunday, November 15, 2009 by Mohammad Azam
In ASP.NET 1.X and ASP.NET 2.0 DataList was the primary control used to display data in groups. In ASP.NET 3.5 we have a new control that takes care of grouping data. In this article we are going to demonstrate how to group data using the ListView control.
Saturday, November 14, 2009 by Dino Esposito
Client-side rendering in ASP.NET 4 allows you to use HTML templates to define your desired layout and supplies a text-based syntax for placeholders of run-time data. This article covers conditional template rendering.
Friday, November 13, 2009 by Mike Brind
Since my article on using parameters for Preventing SQL Injection In ASP.NET, I have had a few emails asking how to do the same with an IN clause expression. In this entry, I explore a couple of ways to do this.
Thursday, November 12, 2009 by Suprotim Agarwal
While browsing through the forums a couple of days ago, I came across this query where the user wanted to list down the types in .NET 3.5 in the order of the length of their names. He also wanted to find out the total number of types in .NET 3.5 and 2.0. Here’s how to do so using LINQ.
Wednesday, November 11, 2009 by Akhtar Shiekh
In this article I am going to demonstrate what are the performance drawbacks of using conventional way to page and sort your GridView and then I will demonstrate 'An Optimized way to implement Paging and Sorting'.
Tuesday, November 10, 2009 by Bryian Tan
Recently, I was looking for a multiple selection dropdownlist control for my new project. After spending some time researching for it, I decided to put together all my finding in one web user control. This web user control consists of an ASP.NET AJAX HoverMenuExtender, JavaScript, StyleSheet and CheckBoxListExCtrl . The final product will work with or without a MasterPage and you can drag and drop more than one instances of the control on to the page.
Monday, November 09, 2009 by Jeffrey Palermo, Ben Scheirman, and Jimmy Bogard
This article introduces the essential concepts of the ASP.NET MVC framework, dissects the MVC pattern, and provides real-world examples to illustrate how it works.
Sunday, November 08, 2009 by Shivprasad Koirala
Bandwidth performance is one of the critical requirements for every website. In today’s time major cost of the website is not hard disk space but its bandwidth. So transferring maximum amount of data over the available bandwidth becomes very critical. In this article we will see how we can use IIS compression to increase bandwidth performance.
Saturday, November 07, 2009 by Satheesh Babu
Building a search page is one of the very common and repeated tasks we do in any data driven websites. To do this, we will build a select query with where clause based on the search parameter suppplied through the input controls on the page. Understanding this need, Microsoft has introduced a new extender control called QueryExtender control with ASP.Net 4.0(Currently in beta) release that works with LINQ.
Friday, November 06, 2009 by Amit Patel
This article explains two approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser.
Thursday, November 05, 2009 by Scott Allen
The Health Monitoring features introduced in ASP.NET 2.0 can be used with the new ASP.NET MVC framework to capture important diagnostic information. This article show you the basic configuration you need to get started.
Wednesday, November 04, 2009 by Aaron Skonnard
A RESTful service is a web of resources that programs can navigate. When designing a RESTful service, you have to think carefully about how your web will work. This means designing resource representations with links that facilitate navigation, describing service input somehow, and considering how consumers will navigate around your service at run time. Getting these things right is often overlooked, but they're central to realizing the full potential REST has to offer.
Tuesday, November 03, 2009 by Steve Michelotti
In this article, Steve Michelotti examines various patterns that have emerged with dealing with view models in ASP.NET MVC solutions and discussing the strengths/weaknesses of each.
Monday, November 02, 2009 by Mike Brind
There are a number of jQuery star rating plugins to choose from. All have their pros and cons. For this site, I decided to implement the one from FyneWorks because it allows for split stars. Here's how I did it.
Sunday, November 01, 2009 by Bryian Tan
There are times when our applications might take an extra few seconds to respond to a click event. Some users might get impatient and click on the button more than once. We can easily avoid this type of situation by disabling the submit button during PostBack on the page by using a client side script.
» Submit an article and Gain Recognition Points