Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  187
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, March 11, 2010
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > ASP
Search
DevASP

What's New
What's Hot
Listings for Applications Applications (968)
Listings for Articles & Samples Articles & Samples (2988)
Listings for ASP Books ASP Books (100)
Listings for ASP Hosts ASP Hosts (101)
Listings for ASP Sites ASP Sites (80)
Listings for Components Components (463)
Listings for Knowledge Base Knowledge Base (192)
Listings for Sample Chapters Sample Chapters (28)
Listings for WebCasts WebCasts (1)
 


Extending the Win Forms Binding Source Component       
Total Hits: 13  |  Today: 0 Author: David Catherman       Rating:  
Read Reviews | Write Review |              Your Rating: 

The binding source component in Visual Studio 2005/2008 Windows Forms provides a valuable service for data driven applications by providing automatic data binding between controls and the data source. This article shows how the functionality can be extended to add a few features to make it more useful. The most important is marking records as dirty when edited and prompting the user to save when changing records....

Extending the Win Forms Binding Source Component       
Total Hits: 13  |  Today: 0 Author: David Catherman       Rating:  
Read Reviews | Write Review |              Your Rating: 

The binding source component in Visual Studio 2005/2008 Windows Forms provides a valuable service for data driven applications by providing automatic data binding between controls and the data source. This article shows how the functionality can be extended to add a few features to make it more useful. The most important is marking records as dirty when edited and prompting the user to save when changing records....

Building a .NET Console Application for Scheduled Tasks       
Total Hits: 13  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

As is usually the case for me, the idea for this article came from a project on which I was recently working. Without going into all the gory the details, the basic requirement was that something needed to happen on a daily basis. This obviously wasn't the first time I'd run into this type of requirement, but as I started digging up my normal solution, I realized that while it was tried and true, it was also horribly outdated. It was written as a .vbs file designed to run via WSH. This meant tha...

Implementing the .netTiers Template Library as a .NET Website's Data Layer - Part I       
Total Hits: 11  |  Today: 0 Author: Dina Fleet Berry       Rating:  
Read Reviews | Write Review |              Your Rating: 

Data layers allow the abstraction of the SQL calls to a separate set of objects. The .netTiers template library (using CodeSmith) will build a data layer for your .NET web application, including the data administration website, the web service, base objects, etc. This article will start with a database with primary key and foreign key relations and use .netTiers to create all the Create Read Update Delete (CRUD) stored procedures and implement .netTiers as a data layer for a web site....

Implementing the .netTiers Template Library as a .NET Website's Data Layer - Part II       
Total Hits: 14  |  Today: 0 Author: Dina Fleet Berry       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the second article in the .netTiers series. The first article included getting started with the template settings, generating the libraries, a first look at the admin site, a page selecting data out of the database and a page inserting data into the database. This article will include .netTiers discovery of custom stored procedures, SourceTable configuration, and adding custom code to the .netTiers library....

Sharing Controls Across Different Web Sites Without Using DLLs       
Total Hits: 17  |  Today: 0 Author: Scott D. Smith       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the most frequent gripes most programmers have about ASP.NET 2.x and 3.x is that you can't implement include files across several web sites. Remember the good old days in Classic ASP when you could just put a reference to a virtual file in the code and it would automagically work? In ASP.NET, Microsoft recommends that you use DLLs to share code, but this can be hazardous and complex, especially when updating DLLs in a production environment. It would be much easier and intuitive if you co...

Building an Enhanced ASP.NET GridView Control       
Total Hits: 15  |  Today: 0 Author: Rachael Schoenbaum       Rating:  
Read Reviews | Write Review |              Your Rating: 

The GridView is a great control that allows you to display paginated results. But what happens if you want to change the underlying display for all of your projects? This article shows you how to extend the GridView so that it displays a summary row and allows pagination and sorting in that summary row....

Editing .NET Configuration Files Programatically       
Total Hits: 11  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

These days, many .NET developers are taking advantage of the fact that you can quite easily store many of an application's settings in .NET configuration files instead of hard coding them into the application's code. What surprises me is that most of these developers don't even realize that in addition to making it easy to access the values stored in these files, the .NET Framework also makes it quite easy to manipulate these values programatically....

Putting Windows Server 2008 Server Core to Work       
Total Hits: 7  |  Today: 0 Author: Ziran Sun       Rating:  
Read Reviews | Write Review |              Your Rating: 

In my last article, An Introduction to Windows Server 2008 Server Core, I gave a basic introduction to Windows Server 2008 Server Core and walked you through the process of getting the server up and running. This included installation, restarting and shutting down, setting the the computer's name and workgroup, and configuring TCP/IP....

New Object Oriented Features in C# 3.0       
Total Hits: 13  |  Today: 0 Author: Thiru Thangarathinam       Rating:  
Read Reviews | Write Review |              Your Rating: 

With the introduction of C# 3.0, Microsoft has released a number of features that greatly enhance the object oriented programming experience of C# developers. These new features enable you to declare and instantiate objects with a new syntax that is not only intuitive but also simple. In addition, you also have the ability to initialize collection objects and arrays using a single line of code. This article will introduce these features through simple examples and discussion....

Can I bypass the ten connection limitation in Workstation / Professional?       
Total Hits: 6  |  Today: 0 Author: classicasp.aspfaq.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

These operating systems should be used for testing your ASP applications, not deploying them or hosting them in the real world. You will need to get a flavor of Server to do this. If you are developing locally and find that you are triggering this error even from the traffic of one or two users, disable HTTP Keep-alives for the site. These can maintain connection counts even for inactive users, but if you disable them, you will be much less likely to see adverse affects from local development. R...

Why won't my ASP pages work in IIS 6.0?       
Total Hits: 6  |  Today: 0 Author: Copyright 2006       Rating:  
Read Reviews | Write Review |              Your Rating: 

Windows Server 2003 is locked down quite heavily by default; rather than leaving the surface very wide open for administrators to find all the holes and patch them, this version of Windows makes the administrator consciously decide to open certain services (e.g. IIS)....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com