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

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >
download
Postback-less, designer supported ASP.NET 2.0 color picker custom control
The article explains the detailed steps of creating a designer supported postback-less custom control that will help to build your own.
11 Jul 2006, 16:03:00   Source: Postback-less, designer supported ASP.NET 2.0 color...   Tags: ASP.NET
HTTP Compression - Quick and Dirty Solution
Use HTTP Compression on ASP.NET 2.0 pages
11 Jul 2006, 13:03:00   Source: HTTP Compression - Quick and Dirty Solution   Tags: ASP.NET Performance
3-tier Architecture with ASP.NET 2.0: Tutorial 1: Creating a Data Access Layer (Visual Basic)
When building a Web application, creating the DAL should be one of your first steps, occurring before you start creating your presentation layer. With Visual Studio, creating a DAL based on Typed DataSets is a task you can accomplish in 10-15 minutes.
10 Jul 2006, 16:53:32   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 1:...   Tags: ASP.NET VB.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 1: Creating a Data Access Layer (Visual C#)
When building a Web application, creating the DAL should be one of your first steps, occurring before you start creating your presentation layer. With Visual Studio, creating a DAL based on Typed DataSets is a task you can accomplish in 10-15 minutes.
10 Jul 2006, 16:43:49   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 1:...   Tags: ASP.NET C#
ViewState Compression
How to compress the ViewState of ASP.NET pages and save bandwidth
10 Jul 2006, 05:42:00   Source: ViewState Compression   Tags: ASP.NET Performance
Build an ASP.NET Virtual Earth Map Server Control
Shows how to dynamically get the coordinates of the street address property and compute the exact Virtual Earth map tile, download and display in the control from memory. Supports aerial, road and hybrid images, image size, and zoom level.
8 Jul 2006, 18:41:16   Source: Build an ASP.NET Virtual Earth Map Server Control   Tags: ASP.NET
Develop Poll Application in ASP.NET 2.0
Many portals collect user opinion by conducting polls. This sample application developed in ASP.NET 2.0 will show how to develop such an application. The administrator can manage poll questions using a web page (PollManager.aspx). The administrator can specify the start and end dates for which the poll remains active. The poll question along with voting options (Yes, No, Don't Know) are displayed to the end user (Default.aspx). The interesting part of the application is the graphical display of the poll results. The code uses System.Drawing classes to render bar graphs. The application uses SQL Server Express database to store the data.
7 Jul 2006, 19:00:00   Source: Develop Poll Application in ASP.NET 2.0   Tags: Examples ASP.NET
Basic Instincts: Resources and Localization in ASP.NET 2.0
In this installment of Advanced Basics Ted Pattison discusses the localization of Web sites in ASP.NET 2.0.
5 Jul 2006, 19:00:00   Source: Basic Instincts: Resources and Localization in ASP.NET 2.0   Tags: ASP.NET
Design Patterns: Model View Presenter
The MVP pattern helps you separate your logic and keep your UI layer free of clutter. This month learn how.
5 Jul 2006, 19:00:00   Source: Design Patterns: Model View Presenter   Tags: ASP.NET GUI
Some Tips and Tricks for using an ObjectDataSource with a Gridview
This article uses a generic collection as the data source for the Gridview. Some code is requried to get the sorting to work. There is an examples of using the pager template along with a simple Gridview printer.
4 Jul 2006, 20:45:00   Source: Some Tips and Tricks for using an ObjectDataSource with a...   Tags: ASP.NET
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >