| A Grouping repeater controls for ASP.Net |
| The Code Project |
| This custom repeater control can be used to add group headers to your output. |
|
| Advanced Data Mapping in .NET |
| DotNetJunkies |
| In this article, Tin demonstrates 3 automated mechanisms for data mapping: mapping from Database table columns to object properties, mapping from HTML form fields to object properties, mapping from ASP.NET Web controls to object properties. |
|
| Ask the DotNetJunkies: Using a Pop-Up Calendar and a List Control |
| DotNetJunkies |
| In this tutorial Doug Seven shown you how to use a DataGrid and a pop-up calendar / date picker together. |
|
| ASP.NET Developer's Cookbook Chapter 3: Custom Controls |
| The Code Project |
| The most common techniques in building custom controls in ASP.NET. |
|
| ASP.NET Server Control Creation |
| C#Today |
| ASP.NET custom server controls provide a powerful architecture for isolating the atomic functionality of applications, using highly reusable compiled components (dll). This makes enforcing application-wide rules and applying composite view design patterns easy. In this article, Daniel Cazzulino will look at numerous facets of these controls, such as extending their functionality. |
|
| Building a simple templated control |
| The Code Project |
| A simple and straight forward example of building an ASP.NET templated control |
|
| Building Templated Custom ASP.NET Server Controls |
| MSDN |
| Learn how to create ASP.NET Server controls that enable users to customize the look and feel. |
|
| Create Charts Using MSChartActive X Controls in ASP.NET |
| DotNetJunkies |
| Sun shows how to make use of Active X controls in ASP .NET and creates a Web control to wrap the MSChart control by emitting client side script. |
|
| Creating Custom Web Controls |
| The Code Project |
| This article explains how to extend the base functionality of standard web controls |
|
| DataCalendar |
| The Code Project |
| A data-driven, templated sub-class of the ASP.NET Calendar control |
|
| DateTimePicker Web Control |
| The Code Project |
| DateTimePicker control making use of the ASP.NET Calendar Control |
|
| Making A Simple Server Control |
| DotNetJunkies |
| In this tutorial we will be walking you through creating your own server control. Granted, this is a very simple example, but will give you an idea of what you have to do to create one. |
|
| PickList |
| The Code Project |
| Two listboxes to choose from and client-side scripting to move items from left to right and vice versa |
|
| Template Rounded Corner Control |
| The Code Project |
| Enhance Rounded Corner Control to support template |
|
| Understanding Templates in ASP.NET |
| MSDN |
| Web server controls can be customized by setting properties or by using CSS styles. Some allow you to customize their look through ASP.NET templates. An ASP.NET template is a mix of HTML elements and ASP.NET controls that make up the layout for a particular area of the control. Templates are not the same as styles. Styles primarily refer to CSS stylesheets and affect graphical properties such as colors, font, border style, cell spacing, and so forth. With styles, the control's layout remains unchanged in its structure but can be modified in its appearance. In contrast, templates involve deeper changes that modify some portions of a control's user interface. |
|