Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 22, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
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 > Knowledge Base
Search
DevASP

What's New
What's Hot
More Categories for ASP ASP (192)
Listings for ASP.Net ASP.Net (0)
Listings for C-Sharp C-Sharp (0)
Listings for General Articles General Articles (19)
Listings for SQL Server SQL Server (0)
Listings for Visual Basic.Net Visual Basic.Net (0)
Listings for Visual InterDev Visual InterDev (6)
Listings for Visual Studio.Net Visual Studio.Net (0)
More Categories for XML XML (58)
 


How To Configure Visual Basic DLL Project Properties to Run in IIS, MTS, or COM+       
Total Hits: 229  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article lists the properties in a Microsoft Visual Basic 6.0 project that you must set to write a good server-side component in Visual Basic. This article also explains why you must enable these properties....

How To Declare an Array at Application Level Scope in Active Server Pages       
Total Hits: 215  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

In developing a Web Application, you may want to declare a table of data for use by one or more pages at application level scope. This article demonstrates how to declare, populate, and reference an array that has been declared at application level scope....

Creating a Multilingual Web Site       
Total Hits: 265  |  Today: 0 Author: Darius Hurdle       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Canada and other multilingual countries such as the USA
a lot of sites have to support English and French at the very least. Most sites have a clumsy design where the user is asked on the first page to select a language (and to add to the frustration, these introductory "language selection" pages often are too heavy on the graphics. So here is a small piece of code which you should save in a file as default.asp. Do not insert any regular html code in this snippet - you will get an error...

Approach to Source Control for Small and Mid-Sized Organizations       
Total Hits: 470  |  Today: 0 Author: Persis Daver       Rating:  
Read Reviews | Write Review |              Your Rating: 

This guide provides team-development guidelines for lead developers, developers, test team members, and system administrators. Read this guide if you plan to, or currently work on, a team-based development project with source control measures. To use this guide to establish a team development environment and a development process suited to Source Control, you must have some development experience with a Source Control tool. You should also be aware of the general issues and challenges traditiona...

A Preview of Active Server Pages+ - Chapter 1: Introducing ASP+       
Total Hits: 162  |  Today: 0 Author: Wrox       Rating:  
Read Reviews | Write Review |              Your Rating: 

Even though the ink is barely dry on the documentation for Active Server Pages 3.0, Microsoft is already hard at work on the next generation of their core server-side programming technology. In this chapter, we introduce this new product, and look at what it is all about. Currently called ASP+ Next Generation Web Services (though this name might yet change) we'll see why we need a new version of ASP, and explore the concepts behind its design and implementation. While this book is aimed predomin...

An alternative to HTML and current web browsers       
Total Hits: 457  |  Today: 0 Author: Toby Jacob Rhodes       Rating:  
Read Reviews | Write Review |              Your Rating: 

Currently, web browsers display web pages using one markup language, namely HTML. They all read it and display it in basically the same way. In other words, it's a bunch of different web browsers that all do the same thing. However, it doesn't have to be this way. The protocol that supports web pages and web browsers, HTTP, supports more than just the current method of web browsing.The goal of this article is to present one alternative to the current way users browse the world wide web....

Approach to Source Control for Small and Mid-Sized Organizations       
Total Hits: 582  |  Today: 0 Author: Persis Daver       Rating:  
Read Reviews | Write Review |              Your Rating: 

This guide provides team-development guidelines for lead developers, developers, test team members, and system administrators. Read this guide if you plan to, or currently work on, a team-based development project with source control measures. To use this guide to establish a team development environment and a development process suited to Source Control, you must have some development experience with a Source Control tool. You should also be aware of the general issues and challenges traditiona...

ASP Error Handling - On Error Resume Next       
Total Hits: 159  |  Today: 0 Author: Todorov       Rating:  
Read Reviews | Write Review |              Your Rating: 

In ASP you handle application errors by using the On Error resume Next statement.If you don’t want your visitors to see ugly meaningless error messages, then you’ll have to implement some kind of error handling in your ASP applications....

Preventing Session Timeouts in Internet Explorer Using Client-Side JavaScript       
Total Hits: 248  |  Today: 0 Author: Tom Kelleher, David Schultz       Rating:  
Read Reviews | Write Review |              Your Rating: 

Session management is a key aspect of many web applications. Striking the balance between saving server resources by timing out and allowing users ample time to get their job done can be somewhat of an art. This is especially true in cases when users spend a lot of time on a single page, either analyzing or inputting data. In this article, Tom Kelleher and David Schultz discuss how you can make a browser detect and alert the server that a user is still using an application, so that the server wo...

Handling Optimistic Concurrency Issues in ASP       
Total Hits: 182  |  Today: 0 Author: Waqar A. Cheema       Rating:  
Read Reviews | Write Review |              Your Rating: 

With optimistic locking becoming the first choice when implementing web applications, handling concurrency violations is becoming more and more important. This is due to the fact the when we use optimistic locking we are not maintaining a lock on the record at the DB or application level. Therefore, we either need to develop our own custom logic or depend on the functionality offered by ADO to avoid creating inconsistencies in our data. While it's true that ADO has the ability to detect that a r...

Encrypting and Decrypting files in Windows XP       
Total Hits: 291  |  Today: 0 Author: Abstractvb.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Windows XP it has become possible to encrypt files easily using built-in functionality. This example shows how to use this encryption in your programs. The user will still be able to see the encrypted file, but if someone else logs on that machine and attempts to view the file they will see the encrypted file but not its contents....

How to use ASP to generate a Rich Text Format (RTF) document to stream to Microsoft Word       
Total Hits: 485  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article illustrates how you can generate Rich Text Format (RTF) files with ASP script and then stream those files to Microsoft Word. This technique provides an alternative to server-side Automation of Microsoft Word for run-time document generation....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com