| A Remedy for DataGrid Vertigo |
| DotNetJunkies |
| The AlternatingItemStyle can be a wonderful thing. But in many cases I found that I would start to get
a feeling like vertigo if I scrolled the page up or down. So I thought back to my days in Manhattan in the financial
industry and remembered how I used to prepare reports to be viewed on screen. I alternated the
colors of the rows, but I did it every three or five rows (depending on the width of the report,
the content of the report, or my own aesthetic taste). |
|
| A Simple ASP.NET Server Control: Message Box & Confirmation Box |
| The Code Project |
| An article on creating a simple ASP.NET server control that functions as Message Box and Confirmation Box |
|
| ASP.NET Color DropDown Control |
| The Code Project |
| An example of persisting and parsing a custom collection in an ASP.NET server control. |
|
| 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. |
|
| ASP.NET Validation Pt. II: Client-Side |
| http://aspalliance.com/ |
| In PART I, we discussed how to implement server-side validation in ASP.NET. Now we will
conclude our discussion with how to implement validation for the client side. |
|
| Audio-Video Module for ASP.net Community Starter K |
| http://www.paul-abraham.com/ |
| Audio-Video Module for ASP.net Community Starter K |
|
| Browser Detection using ASP.NET |
| The Code Project |
| Using and updating your machine.config file to better detect browser type in ASP.NET |
|
| Building a Custom Registration and Login Control |
| MSDN |
| Why wait for ASP.NET Whidbey to add Registration and Authentication controls? Build that functionality into ASP.NET 1.1 with this article. |
|
| Building a custom web control: a textbox and validator in one! |
| Wimdows.net |
| In this article we will have a look at implementing a custom web control. This web control will inherit from the TextBox web control, and will automatically add a required field validator at run-time. This way, when we need a required field text box, we don't need to mess about with the required field validator, but instead we just define an instance of our custom web 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. |
|
| ClickOnce Button Server Control |
| The Code Project |
| An article that shows how to do what everyone said you shouldnt or couldnt do with the asp.net button control |
|
| Create multilingual web pages very easy |
| The Code Project |
| Create multilingual web pages very easy without using localization and resources |
|
| Creating a Custom Web Control To Consume an XML Web Service |
| 15 Seconds |
| This article provides you with instructions on how to use a simple text editor and the DOS prompt to create a Web server control that gets its data from an eXtensible Markup Language (XML) Web service and simply displays the results on the page. This is very useful since the actual Web server control is a single package. All you need to do is provide people with your assemblies (.DLL files), and then they can simply drag and drop your Web server control onto their pages and the control will take care of the rest. This makes for a very modular approach at site design because it encapsulates many of the redundant tasks normally encountered when developing any type of Web application. |
|
| Creating a Text Box Server Control with Color Highlighting |
| DotNetJunkies |
| You can extend existing controls with your own properties and behavior, combine controls together into composite controls, and even create your own control from scratch. In this article, I'll walk through creating a customized ASP.NET text box control that changes background color when it gains and loses focus. |
|
| Creating Custom ASP.NET Controls in VS.NET |
| Susan Warren |
| This document describes the techniques users can employ to author and consume custom Web controls for ASP.NET Web applications using Visual Studio.NET. Creating custom ASP.NET server controls is much like creating custom Windows Forms controls. Support for the shared functionality (custom value editors, designer verbs, etc.) is described in the Programming Guide section of the .NET Frameworks documentation. This document describes the design-time support that is unique to ASP.NET server control authoring.
|
|
| Creating Custom Web Controls |
| The Code Project |
| This article explains how to extend the base functionality of standard web controls |
|
| Creating Custom Web Controls with ASP.NET 2.0 |
| MSDN |
| The new adaptive rendering model in ASP.NET 2.0 provides a number of new options for control writers. This article shows how those options make creating custom controls for ASP.NET easier than before. |
|
| Creating multilingual websites - Part 1 |
| The Code Project |
| Extend the existing globalization capabilities of .NET to create flexible and powerful multilgual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality. |
|
| Creating multilingual websites - Part 2 |
| The Code Project |
| Creating multilingual websites - Part 2 |
|
| DataCalendar |
| The Code Project |
| A data-driven, templated sub-class of the ASP.NET Calendar control |
|
| Dr. GUI.NET #7 |
| MSDN |
| In this article Dr GUI discusses how file and console I/O is achieved in .NET. The article includes a detailed discussion on streams. |
|
| Dynamically linked comboboxes set for ASP.NET |
| The Code Project |
| Creating and using Custom Control in ASP.NET |
|
| Easy to use Hit Counter |
| The Code Project |
| An ASP.NET Hit Counter control that's *very easy* to use. |
|
| Heathmans XmlTransformer Control |
| The Code Project |
| Use XSL to transform your XML content out to your ASPX page with this simple control |
|