.NET news » ASP.NET ASP.NET Rss Feed

Professional ASP.NET 4 in C# and VB
Authors: Bill Evjen, Scott Hanselman, Devin Rader
Average rating: 4.0 / 2
(2 reviews)
More .NET ASP.NET books
download

Looking at Themes and Skins

In this screencast available here we take a look at one of the new features of ASP 2.0 called Themes and Skins. A theme is a collection of property settings that allow a Web page to define a common look and for pages and controls. Themes are made up of elements: skins, Cascading Style Sheets (CSS), images and other defined resources.
View Looking at Themes and Skins
6 Feb 2006, 05:36:00   Source: Looking at Themes and Skins   Tags: ASP.NET GUI

New features for web developers in ASP.NET 2.0

ASP.NET 2.0 brings enhanced performance and many new features that make the web developer's life easier. Alex Homer takes you through what's new.
3 Feb 2006, 06:25:00   Source: New features for web developers in ASP.NET 2.0   Tags: ASP.NET

Compress your ASP.NET 2.0 pages

An article on how to zip the output stream of an ASP.NET page.
1 Feb 2006, 22:46:00   Source: Compress your ASP.NET 2.0 pages   Tags: ASP.NET Examples

Web Apps: An Overview Of The New Services, Controls, And Features In ASP.NET 2.0

In version 2.0 of the .NET Framework, ASP.NET sheds its new-kid-on-the-block status. Its aim is to reduce the amount of code required to accomplish common Web programming tasks by 70% or more. Here's a broad overview of the new features in ASP.NET 2.0.
25 Jan 2006, 01:52:36   Source: Web Apps: An Overview Of The New Services, Controls, And...   Tags: ASP.NET

DotNetNuke SiteMap

SiteMap module for DotNetNuke 4, which retrieves data on demand and is still quick for websites with lots of pages.
23 Jan 2006, 12:36:00   Source: DotNetNuke SiteMap   Tags: ASP.NET

ASP.NET "Atlas" First Look

Nikhil Kothari provides a brief overview of ASP.NET "Atlas", a framework to build rich Web applications on top of ASP.NET 2.0. Both demos provide a description of the range of scenarios enabled by "Atlas".
20 Jan 2006, 03:16:24   Source: ASP.NET "Atlas" First Look   Tags: ASP.NET

Web Apps: An Overview Of The New Services, Controls, And Features In ASP.NET 2.0

ASP.NET 2.0 aims to reduce the amount of code required to accomplish common Web programming tasks by 70 percent or more. New services, controls, and features make it almost as dramatic an improvement to ASP.NET 1.x as that was to ASP Classic. Here Jeff Prosise explores the new features.
20 Jan 2006, 02:00:00   Source: Web Apps: An Overview Of The New Services, Controls, And...   Tags: ASP.NET

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.
11 Jan 2006, 01:38:07   Source: Wicked Code: The SQL Site Map Provider You've Been...   Tags: ASP.NET

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.