Home > Articles > Web Development > ASP.NET

ASP.NET

69 Items

Sort by Date | Title

Accepting User Uploads in ASP.NET
Nov 29, 2002
Once upon a time, your web site needed third-party components to allow users to upload files. Now you can do it all in ASP.NET, without any third-party add-ons. Here's how.
Adding Client Capabilities to Server Controls Using the ASP.NET AJAX Control Toolkit
Jul 22, 2008
The AJAX Control Toolkit is a compelling alternative to using the ASP.NET 2.0 AJAX Extensions alone. Learn why.
ADO.NET Managed Providers: SQL Managed Provider and OleDB Managed Provider
Jul 12, 2002
.NET experts Donny Mack and Doug Seven discuss the two data access Managed Providers offered in ADO.NET: the SQL Managed Provider and the OleDB Managed Provider. Use the DataReader to iterate through data, and bridge between the Web application and your database using DataAdapter.
ASP.NET 2.0 Security
Dec 10, 2004
This chapter outlines some of the new security features included in ASP.NET 2.0. Many of these new features were added to address problems developers were forced to address in previous releases.
ASP.NET 2.0: Is It Really This Easy?
Sep 1, 2006
To give you a feel for the way all the new features of ASP.NET 2.0 combine to provide the overall development experience, this chapter presents a scenario-based demonstration focused on a day in the life of a developer who is in the process of fulfilling the requirements of a fictional customer.
ASP.NET Compilation Models
Oct 26, 2007
Learn how ASP.NET applications are compiled.
ASP.NET Custom Controls
Nov 13, 2003
ASP.NET's custom controls pick up where User Controls leave off, providing greater flexibility, reusability, and a better design time experience, but with some added complexity. This chapter shows you some of the most common server-control techniques.
ASP.NET Data Web Controls: Providing DataGrid Pagination
Jun 20, 2003
Learn how to provide pagination support for the DataGrid Web control using the default paging mechanism. You will also discover the advantages of custom paging that allows the DataSource to contain only those records that will be displayed on the current page of data the user is viewing.
ASP.NET Extensibility With XML
Sep 26, 2002
Explore how XML is integrated with the configuration of Windows Forms and Web Forms applications using the ASP.NET web.config files.
ASP.NET Rendered Custom Controls with C#Builder
Apr 23, 2004
Of the three types of ASP.NET controls, a rendered custom control is the most powerful. Rendered custom controls give you the ability to manipulate the appearance and behavior of a control at a very fine-grained level. Although rendered custom controls are somewhat complex to use, the advantage is that you have full control over their appearance, events, and state.
Building ASP.NET Applications with C#Builder for Microsoft .NET
Mar 12, 2004
Among the many features of C#Builder is an ASP.NET application development environment. With full support for WYSIWYG design and access to HTML and C# code, C#Builder is an excellent tool for building entire Web sites.
Building ASP.NET Pages with Visual Basic.NET and C#
Nov 29, 2002
Chris Payne teaches you how to build your own ASP.NET pages using Visual Basic.NET and C#. He begins with ASP.NET's syntax, general programming structures, and programming methodologies, and provides examples of each.
Client-Side Script Integration in ASP.NET
May 28, 2004
This chapter takes a look at the major client-side script issues that affect you when you create ASP.NET pages, as well as when you create reusable content such as user controls and server controls. It reinforces some of the basic techniques and demonstrates useful ways that even very simple script can solve common issues you come up against when building ASP.NET Web applications.
Content Management Options for .NET Portals, Intranets, and Corporate Web Sites
May 28, 2004
If you're designing, developing, and implementing Web portals using Microsoft servers and the .NET Framework, at some point you'll need to put stuff on your site. (Well, duh.) The Microsoft .NET platform offers several content management options, and this sample book chapter will give you an exhaustive overview of the choices.
Creating ASP.NET Applications
Jun 21, 2002
Learn how to work with ASP.NET applications, including creating global variables and objects by storing information in application state, using the Global.asax file, configuring an application with the Web.Config and Machine.Config configuration files, and creating custom HTTP handlers and modules.
Creating Our First ASP
Oct 10, 2003
This sample chapter will walk you through the creation of your first practical ASP.NET Web page.
Creating Reusable Content in ASP.NET
May 21, 2004
The .NET Framework provides several techniques that are extremely useful and efficient and that can provide high levels of reuse for interface declarations and runtime code.
Customizing and Managing Your Site's Appearance with ASP.NET 2.0 Tools
Mar 30, 2007
This chapter shows ways to customize the style of pages and controls in your Web application using ASP.NET 2.0.
Customizing the HTML Output
Jun 27, 2003
Learn how to improve the appearance of the DataGrid and DataList Web controls through the use of display properties. Those less artistically inclined will also benefit from the explanation of tools such as Visual Studio .NET and the Web Matrix Project, both of which provide automatic style schemes.
Debugging ASP.NET Applications
Sep 20, 2002
The days of torturous and painful ASP debugging are over! Discover the new debugging and other diagnostic services provided by ASP.NET and the .NET framework.

Page 1 2 3 4 Next >