Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, March 17, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Life runs on code. Find out how Visual Studio 2010 can help you realize your vision. Learn more...

Home > Search > Articles & Samples > ASP.NET 2.0
Search:
What's New - What's Hot
Listings for Administrative Features Administrative Features (20)
Listings for AdOns AdOns (9)
Listings for Assembly Assembly (10)
Listings for Browsers Browsers (10)
Listings for Cache Cache (61)
Listings for Class Libraries Class Libraries (20)
Listings for Code Generation Code Generation (28)
More Categories for Code Management Code Management (12)
Listings for Compiler Compiler (13)
Listings for Components Components (7)
Listings for Configuration Configuration (96)
Listings for Custom Control Custom Control (209)
Listings for Data Binding Data Binding (37)
More Categories for DataBase DataBase (247)
Listings for Deployment Deployment (29)
Listings for Design and Architecture Design and Architecture (411)
Listings for Email Email (55)
Listings for Event Handling Event Handling (30)
Listings for Exception Handling Exception Handling (24)
Listings for FAQ FAQ (5)
Listings for File Management File Management (34)
Listings for Form Handling Form Handling (9)
Listings for Graphics and Charts Graphics and Charts (63)
Listings for Language Reference Language Reference (22)
Listings for Master Pages Master Pages (112)
Listings for Microsoft Office Microsoft Office (51)
Listings for Migration to ASP.Net 2.0 Migration to ASP.Net 2.0 (46)
Listings for Miscellaneous Miscellaneous (252)
Listings for Reflection Reflection (6)
Listings for Regular Expression Regular Expression (9)
Listings for Remoting Remoting (15)
Listings for Reports Reports (42)
Listings for RSS RSS (9)
Listings for Scripting Scripting (104)
Listings for Security Security (98)
More Categories for Server Application Server Application (198)
More Categories for Server Controls Server Controls (342)
Listings for Server Variables Server Variables (8)
Listings for Site Navigation Site Navigation (75)
Listings for StarterKit StarterKit (30)
More Categories for State Management State Management (19)
Listings for Style Features Style Features (162)
Listings for Threading Threading (11)
Listings for Tips & Tricks Tips & Tricks (169)
Listings for Tracing and Debugging Tracing and Debugging (39)
Listings for User Control User Control (88)
Listings for User Management User Management (35)
Listings for View State View State (36)
More Categories for Web Application Web Application (13)
Listings for Web Development Web Development (89)
Listings for Web Forms Web Forms (58)
Listings for Web Services Web Services (91)
Listings for XML and ASP.Net 2.0 XML and ASP.Net 2.0 (96)
 


What is Business Connectivity Services - A Beginner View    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Dipal Choksi       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article we will learn what is Business Connectivity Services, take a look at it's key features and some of the common usage scenarios....

Cutting Edge: Building Editing Capabilities into the SqlDataNavigator ASP.NET Control    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

In last month's column I began an ambitious project: building a SQL Server™-specific DataNavigator control that supports two-way data binding. The control I'll present in this column, SqlDataNavigator, is just an extension of last month's DataNavigator. The SqlDataNavigator ASP.NET control described here is meant to be the Microsoft® .NET counterpart of the Data control—an old Visual Basic® control that caused its share of headaches. The control moves from one record to the next according to a g...

Personalization in ASP.NET 1.1    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Personalizable applications let users set their UI preferences and store those settings. Desktop applications typically store the user preferences in a local file (an XML or a configuration file) or in the registry. Web applications, on the other hand, generally use cookies to store user-specific data. Cookies are essentially a text-based key-value collection sent and received via HTTP. There are a few disadvantages to using cookies—chiefly their size limit (8KB), the user's ability to refuse co...

Image Generation Service for ASP.NET 1.1    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sometimes you need more than just static images on your Web site—you may want to create images dynamically. Thanks to GDI+, ASP.NET 1.x makes it easy to generate images programmatically. The ASP.NET infrastructure can output images read from a source file, and can also retouch them in memory before outputting them. While this gives programmers enough power to build effective one-off solutions, it requires them to reinvent the wheel every time a new system is needed....

Dress Your Controls for Success with ASP.NET 1.1 Themes, Part 2    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Last month I demonstrated an easy way to add theme support to ASP.NET 1.1 applications (see Cutting Edge: Dress Your Controls for Success with ASP.NET 1.1 Themes). I wrote an XML file to represent the theme settings and then I compiled it into a Visual Basic® .NET class and into a C# class using a tool I wrote in Visual Basic. Finally, I added the resulting file to a Web project. Once compiled to a class file, theme settings are used to configure control properties using strongly typed, early-bo...

More Load, Less Code with the Data Enhancements of ASP.NET 2.0    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

The vast majority of Web applications consume data of some sort, and one of the most common uses of ASP.NET is to bind that data to user interface elements. ASP.NET 1.x provides extremely flexible, generic data binding optimized for performance and can give developers full control of the page lifecycle. Any collection of data that implements the IEnumerable interface (such as the DataView), or any objects that support the members of the IListSource interface (such as DataSet and DataTable), can ...

Unleash Your Site's Potential with Web Parts and Personalization in ASP.NET 2.0    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Steven A. Smith       Rating:  
Read Reviews | Write Review |   Your Rating: 

Imagine that you need to build an intranet site that allows everyone in your organization to view reports and other information based on their login. Imagine also that each user must be able to personalize the site, adding and removing modules that interest them and customizing pieces like weather or news sources to suit their locale and interests. Now think about how you would do this with ASP.NET 1.1 and Visual Studio® .NET 2003, and without any third-party software or tools. How much time do ...

An Overview of the New Services, Controls, and Features in ASP.NET 2.0    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Jeff Prosise       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is based on the March 2004 Community Technology Preview of ASP.NET 2.0. All information contained herein is subject to change....

Speed Up Your Site with the Improved View State in ASP.NET 2.0    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Fritz Onion       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you're a seasoned ASP.NET developer, the mere mention of view state probably sends shivers down your spine, as you envision kilobytes of base64-encoded data being sucked through a cocktail straw. Unless you take steps to prevent it, most ASP.NET pages will have a significant amount of supplemental data stored in a hidden field named __VIEWSTATE that in many cases is not even necessary. For fun, surf to your favorite sites built with ASP.NET, view the sources of the pages, and count the number...

Use Windows SharePoint Services as a Platform for Building Collaborative Apps, Part 2    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Jason Masterman and Ted Pattison       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the first installment of this article in the July 2004 issue, we examined the architecture of SharePoint® Products and Technologies. You saw that Windows® SharePoint Services (WSS) supplies a facility for building collaborative Web sites. Microsoft® Office SharePoint Portal Server (SPS) 2003, which is part of the Office System, complements WSS by adding features designed to assist users in navigating through the otherwise disconnected WSS-delivered SharePoint sites, as well as vast amounts of...

Migrating from ADO to ADO.NET, Part 2    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: John Papa       Rating:  
Read Reviews | Write Review |   Your Rating: 

As you move forward with your use of ADO.NET, you'll need to know how to approach situations that you previously learned to handle in ADO and now have to tackle with ADO.NET. Just as n-tiered solutions developed using Visual Basic®, C++, and ASP often rely on ADO for their data access needs, Windows® Forms, Web Forms, and Web services rely on ADO.NET. Last month's Data Points column discussed how to tackle several data access scenarios using ADO.NET from the perspective of developing with tradit...

Implement Custom Cache Dependencies in ASP.NET 1.x    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the most compelling improvements that ASP.NET brought to ASP programming was the Cache object. The Cache has some similarities to the Application object and is a container of global data (as opposed to session-specific data) that features a fair number of innovative characteristics. At its core, the ASP.NET Cache is a sealed data container class built around a hashtable and defined in the System.Web.Caching namespace. The Cache object is central to the whole ASP.NET infrastructure. Variou...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net