Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  184
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, March 18, 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

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

Home > Search > Components
Search
DevASP

What's New
What's Hot
Listings for Browser Browser (6)
Listings for Calendar & Time Calendar & Time (21)
Listings for Chat Chat (8)
Listings for Communications Communications (11)
Listings for Contant Management System Contant Management System (5)
More Categories for Database Database (32)
Listings for Discussion Forums Discussion Forums (5)
More Categories for Documents Documents (38)
More Categories for E-Commerce/Shopping E-Commerce/Shopping (26)
More Categories for Email Components Email Components (34)
More Categories for File Management File Management (42)
Listings for Forms Handling Forms Handling (9)
Listings for Graphics & Charts Graphics & Charts (50)
More Categories for IIS Management IIS Management (1)
Listings for Maps Maps (3)
Listings for Miscellaneous Miscellaneous (53)
More Categories for Network Functions Network Functions (26)
Listings for Poll & Surveys Poll & Surveys (7)
Listings for Programming Utilities Programming Utilities (6)
Listings for Registry Registry (3)
Listings for Reporting Reporting (3)
Listings for Security & Encryption Security & Encryption (22)
Listings for Server Management Server Management (12)
More Categories for Site Management Site Management (1)
Listings for Site Performance Site Performance (8)
More Categories for Strings & Variables Strings & Variables (14)
Listings for User Interface User Interface (5)
Listings for User Management User Management (5)
Listings for Website Navigation Website Navigation (7)
 


Creating a PDF with ASP.NET. A PDF solution that many can use.       
Total Hits: 50  |  Today: 0 Author: DuoDimension Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Working for a staffing firm, I have written all of our front-end software to run over the Internet so we can share common databases with our smaller branch offices. The biggest problem we faced, however, was reporting. How do we get live documents (applications, etc.) to generate themselves when an applicant sits down at the kiosk and fills out their on-line employment application? While we're doing a great job of capturing the data, we still need an applicant to sign the application....

Using a SqlDataReader       
Total Hits: 35  |  Today: 0 Author: Shashi       Rating:  
Read Reviews | Write Review |              Your Rating: 

Use a SqlDataReader obtained by calling the ExecuteReader method of the SqlCommand object when:
• You are dealing with large volumes of data—too much to maintain in a single cache.
• You want to reduce the memory footprint of your application.
• You want to avoid the object creation overhead associated with the DataSet.
• You want to perform data binding with a control that supports a data source that implements IEnumerable.
• You wish to streamline and optimize your data access.<...

Creating a DSN       
Total Hits: 44  |  Today: 0 Author: Philip Q       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial will instruct you on how to create a simple DSN connection to an Access database, but the same concepts apply for connecting to any other database through a DSN connection....

Extending an Existing Service: Post Mortem;       
Total Hits: 32  |  Today: 0 Author: Terry Voss       Rating:  
Read Reviews | Write Review |              Your Rating: 

This project started differently than most that this broker has given me in the past. He had me fly down to understand the project so that I could get started right away. The project was to connect to a server and duplicate an existing service that would activate a new service for a customer, but the existing service only worked for an agent and not each dealer of the agent, so all the dealers of an agent had to phone in and fax info that the agent used to do the activation. The service was a we...

How to implement a "Render this page in PDF"       
Total Hits: 52  |  Today: 0 Author: Markus Schneider       Rating:  
Read Reviews | Write Review |              Your Rating: 

In order to create useful PDFs from HTML you first need to prepare the html Templates in a way that they can be printed without errors and malformating. Many state-of-the-art websites got a print button anyway or may be printed as they are without limitations. If your site is missing this feature you may create an additional dynamic template that ignores menus, banner, teasers etc. If your site isn't dynamic you should consider switching to a content management system!...

The Index Server Companion       
Total Hits: 28  |  Today: 0 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes the Index Server Companion, a Windows utility that allows Microsoft Index Server to index content from remote websites and ODBC databases....

Personalization Kit   Version: 2.1       Price: $87.00 / Free Trial   
Total Hits: 745  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Personalization Kit is a COM based IIS User Authentication system. This product provides the high performance user authentication, password protection and member system for ISP/WPP, website owners, web developers and server administrators. It allows you to create and manipulate website users, their attributes from Active Server pages. Personalization Kit can be essential tool when doing real time access to restricted areas within a web site, one-to-one marketing or for remote administration....

Reading Files in ASP and How to Search for a particular text in all files in a specific directory.       
Total Hits: 580  |  Today: 0 Author: Om Prakash P.       Rating:  
Read Reviews | Write Review |              Your Rating: 

FileSystemObject provides access to a computer's file system. Some of the common tasks that can be performed using FileSystemObject are to check for a particular folder, drive, or file, and create/modify/delete files (if you have proper folder/file permissions)....

GD library wrapper       
Total Hits: 674  |  Today: 0 Author: Dade Murphy.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This wrapper was developed by Trevor Herselman. GD is copyright 2005 Boutell.com, Inc. GD was developed by Thomas Boutell....

VB6/VBA 14, Components       
Total Hits: 451  |  Today: 0 Author: http://theopensourcery.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the advantages VBA is that has most of the facilities of full Visual Basic. But that advantage can also be a bain as we shall shortly see in the case of providing an OpenFileDialog. In effect, we have too many choices of how to implement the open file dialog. And in order to be careful that you are making the right choice you have to spend some time deciding which is the best way to implement the OpenFileDialog. This tutorial is based on a real world development for a client and some of t...

VB6 Controls and Components       
Total Hits: 566  |  Today: 0 Author: http://vb.mvps.org       Rating:  
Read Reviews | Write Review |              Your Rating: 

These downloads were all provided by Microsoft for VB6, and the links will point to download.microsoft.com until Microsoft decides to remove them from their customer's reach.All samples on this page are x86 versions....

WebSupergoo       
Total Hits: 477  |  Today: 0 Author: http://www.websupergoo.com/       Rating:  
Read Reviews | Write Review |              Your Rating: 

Adding events to the Application event log is as simple as ABC with ABCEventLog. The only component to support multiple event types, event sources and both local and remote event logging. That's right - log events on your database server from your web server! Comes complete with component, documentation and source code....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com