.NET news » ASP.NET 
Introducing Microsoft ASP.NET 2.0 Ajax Extensions (Pro-Developer)
Author: D. Esposito
Average rating: (0 reviews)
More .NET ASP.NET books
Wicked Code: The SQL Site Map Provider You've Been Waiting For
In this installment of Wicked Code, Jeff Prosise updates his original ASP.NET 2.0 SqlSiteMapProvider to add support for automatic reloading of the site map following a change to the site map database.
Basic Instincts: Introducing ASP.NET Web Part Connections
Using Web Part connections, you can make it easier for your users to visualize the relationships that exist between items of data, and you can synchronize behavior and manage data in dynamic and interesting ways. Ken Getz explains.
11 Jan 2006, 01:19:20 Source: Basic Instincts: Introducing ASP.NET Web Part Connections
Tags: ASP.NET
ASP.NET 2.0 - "The target '__Page' for the callback could not be found or did not implement" Error
While implementing Client Script Call Back, you may receive the error "The target '__Page' for the callback could not be found or did not implement ICallbackEventHandler."
This article discusses on the same.
10 Jan 2006, 17:49:07 Source: ASP.NET 2.0 - "The target '__Page' for the callback could...
Tags: Bugs
ASP.NET
Basic Instincts: Introducing ASP.NET Web Part Connections
Basic Instincts: Introducing ASP.NET Web Part Connections
10 Jan 2006, 02:00:00 Source: Basic Instincts: Introducing ASP.NET Web Part Connections
Tags: ASP.NET
A Low-level Look at ASP.NET Architecture
Many developers are familiar only with the high-level .NET frameworks like Web Forms and Web services that sit at the very top level of the ASP.NET hierarchy. This article discusses the lower-level aspects of ASP.NET and explains how requests move from Web Server to the ASP.NET runtime and then through the ASP.NET HTTP pipeline to process requests.
Uploading Files in ASP.NET 2.0
Bill Evjen shows you how to use the new FileUpload server control in ASP.NET 2.0
Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0
Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0
You'll still write a good deal of code in ASP.NET 2.0.Don't completely trust those who say that ASP.NET 2.0 cuts 70% of the amount of code you're called to write. You'll end up writing more or less the same quantity of code, but you'll write code of different quality. You'll have more components and less boilerplate code to tie together pages and controls. Features like the provider model, data source controls, and master pages make coding easier and equally effective. But since there's no magic behind, you have to learn the implications of each feature you employ. In the end, ASP.NET 2.0 comes with code behind, not magic behind.
3 Jan 2006, 02:00:00 Source: Online Article: Top-Ten Annotations and Remarks about the...
Tags: ASP.NET
Invoking Asynchronous Tasks in ASP.NET 2.0
Invoking multiple tasks that are slow or lengthy always poses a challenge in front of developers. Normal approach is to develop a multithreaded component and delegate the tasks to it. In ASP.NET 1.x there was no direct support at web form level for executing such tasks in asynchronous manner. ASP.NET 2.0 on the other hand allows you to execute tasks asynchronously from within the web form itself. This article explores the two possible approaches with examples.
How To : Create a Dynamic Time Table in ASP.NET
There will be many times where you will need to have a time table in your applications.
This articles discusses on the same.
27 Dec 2005, 10:47:52 Source: How To : Create a Dynamic Time Table in ASP.NET
Tags: ASP.NET
Examples
ASP.NET 2.0 Page State Persister
ASP.NET 2.0 adds support for altering where ViewState data is stored for your pages. This article looks at how a new class can be created and used to store ViewState information in Session rather than the default hidden field.

