| ASP.NET 2.0 and Data-Bound Controls: A New Perspective and Some New Practices |
| MSDN |
| Get an early look at the changes in the ASP.NET 2.0 data-binding model that affect custom controls. |
|
| ASP.NET C# Disable/Enable ListItems |
| The Code Project |
| This article demonstrates how it is possible to disable/enable individual ListItems in a ASP.NET CheckBoxList Server Control. |
|
| ASP.NET C# Disable/Enable ListItems |
| The Code Project |
| This article demonstrates how it is possible to disable/enable individual ListItems in a ASP.NET CheckBoxList Server Control. |
|
| ASP.NET Server Control - Design Time Support |
| The Code Project |
| A tutorial on adding design time support to ASP.NET custom server control |
|
| Editing Data with the Data Access Application Block |
| DotNetJunkies |
| In this tutorial, Dimitrios Markatos discusses and examines editing data with ADO.NET and the Data Access Application Block. He covers inserting, updating and deleting data, as well as covering transactional data editing. |
|
| Enable ReadOnly Mode for your WebForms! |
| The Code Project |
| this article will show you, how to implement a readonly mode for webforms |
|
| Generate dynamic asp.net page by using XML and XSLT |
| The Code Project |
| Generates dynamic forms by transforming xml into xsl file |
|
| Handy Type Editors. Universal Dropdown Editor |
| The Code Project |
| Implementing a universal dropdown type editor. |
|
| ListControl SelectedItem Validator |
| The Code Project |
| As you all know the ASP.NET RequiredFieldValidator control checks that the validated control to see if it contains a value. If it doesn't it displays an error message. The problem is that RequiredFieldValidator does not work for ListControl derived controls. |
|
| Search Pages using Data-bound Controls, Index Server, and ASP.NET |
| DevHood |
| If you've ever created a search page using Microsoft Index Server and ASP, you will probably agree that it's not the easiest task to accomplish. There much you have to plan for and all sorts of paging issues to handle. For the Iowa State University College of Veterinary Medicine web site, I've created a new search application using ASP.NET and data-bound controls. This tutorial will be lengthy and will cover about everything you need to create a powerful search page that does almost everything automatically with ASP.NET Web Server Controls. We will cover querying Index Server with ADO.NET, binding data to controls, serialization using XML, and several algorithms to assist you with query-string creation and drop-down box selection, since ASP.NET's drop-down controls don't automatically select the previous item for you. |
|
| Using Reflection to Bind Business Objects to ASP.NET Form Controls |
| MSDN |
| Use reflection to bind your Business objects to ASP.NET Web Forms with a single line of code, resulting in decreased complexity and fewer errors. |
|