| Build Your ASP.NET Pages on a Richer Bedrock |
| MSDN |
| Build a base class to share functionality across all your ASP.NET 1.1 pages. |
|
| Building a Variety of Custom Controls Based on the DataGrid Control |
| MSDN |
| The DataGrid Web control is by far the most powerful and versatile of all ASP .NET controls. Not only does it have many properties that you can set programmatically, but it lends itself to more advanced forms of customization. In this column, I'll build a few flavors of DataGrid-based Web controls. In doing so, I'll review the major design issues that characterize these controls and answer some of the questions most frequently raised by readers after they tackled the series of DataGrid columns in the March through June 2001 installments of Cutting Edge. In particular, you'll see how to add a custom toolbar to a DataGrid control to accomplish common tasks such as New and Unselect. |
|
| Changing the Background Color of a Web Form Programmatically |
| DotNetJunkies |
| When asked a question about how to change the background color of a Web Form programmatically, Bruce found out that the answer was not as obvious as he first thought. Find out how he solved the problem. |
|
| Cutting Edge |
| MSDN |
| Dress Your Controls for Success with ASP.NET 1.1 Themes, Part 2 |
|
| hello, world - a primitive view of the state of the art |
| The Code Project |
| A revival of the CLI for .NET Development |
|
| Preparing Your ASP.NET Site for Crawling |
| DotNetJunkies |
| In this article we'll explore a handful of things you can do to your web site to make it crawler-friendly. With a few simple steps your site can take full advantage of the Microsoft Search service that comes with Sharepoint Portal Server or Site Server 3.0. You can also be prepared for the large search engines. |
|
| Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid (i.e. HotMail & Yahoo) |
| DotNetJunkies |
| In this article, we will examine how to create a fully functional DataGrid with all the features you'd find set up on Hotmail or Yahoo. As an added bonus we'll be performing all of our data tasks strictly utilizing Microsoft's new Data Access Application Block or DAAB v2. |
|
| The Forgotten Controls – HTML Server Controls |
| MSDN |
| Discover the ASP.NET HTML server controls. Learn how they can help you tune the HTML generated for your Web pages, and allow you to alter parts of the page normally not reachable. |
|
| The Power of Base Pages |
| DotNetJunkies |
| You can gain flexibility, maintainability, and power by subclassing System.Web.UI.Page. In this article, you'll learn how to create a class to serve as the base for all of your site Web forms, and then see it in action. |
|
| Using JavaScript Along with ASP.NET |
| MSDN |
| Leverage JavaScript in your ASP.NET applications to provide client-side functionality such as button roll-overs, control focus and alerts. |
|
| Using Strongly Typed Objects and Collections to replace DataSet’s in your .NET applications. |
| http://aspalliance.com/ |
| This piece discusses the advantages of using Strongly Typed objects in your applications - this method of coding can save you hundreds of hours if implemented properly. |
|