Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, February 07, 2012
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)
 


HOWTO: Use Response.Redirect in a Server Script (Q159402)       
Total Hits: 2570  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When trying to use the Response.Redirect method in a server-side script, the following error can occur when the page is accessed:
Response object error 'ASP 0156 : 80004005

Header Error
/, line 9
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
The Redirect method of the Response object operates by sending a header to the client. This header causes the client to look to another URL l...

HOWTO: Use ASP to Create an Access Report Snapshot and Display it on a Web Page (Q259805)       
Total Hits: 5969  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article illustrates how you can use server-side script to create a Microsoft Access snapshot (.snp) that can be displayed on a Web page....

INFO: ADO/ASP Scalability FAQ (Q176056)       
Total Hits: 807  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article addresses two common ActiveX Data Objects (ADO) questions regarding the proper approach to handling connections in an Active Server Pages (ASP) page.....

HOWTO: Populating a FlexGrid Control with ADO and ASP (Q189406)       
Total Hits: 2569  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The FlexGrid ActiveX control is a powerful control to display and manipulate data from a database in Internet Explorer. This sample uses Visual InterDev's DataCommand Design-time control to access the datasource. The client-side script uses a call to a subroutine to actually build the HTML source code that will add rows and columns to the FlexGrid control before the control is displayed by Internet Explorer....

KB: Q192144 - HOWTO: Dynamically Include Files in Active Server Pages1       
Total Hits: 2707  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Since Active Server Pages (ASP) pages are compiled and executed before being sent to the client (as static HTML), trying to use a variable in place of a file name in a Server Side Include (< ! -- #include PathType = FileName -- >) fails....

HOWTO: Use ASP to Query and Display Database Data in Excel (Q189198)       
Total Hits: 1184  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to build a tab delimited text file dynamically from a SQL Server or Access database query, that can be opened in Excel from within Internet Explorer using Active Server Pages....

HOWTO: Create an Updateable Grid Using the Visual InterDev 6.0 Grid DTC       
Total Hits: 1553  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The nature of the Visual InterDev 6.0 Grid Design-Time Control (DTC) is that it is "read only." That is, it is designed to display information in a tabular format and provide navigation controls....

HOWTO: Display Images Stored in a BLOB Field (Q173308)       
Total Hits: 1800  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using Active Server Pages (ASP), you can view images stored in BLOB (Binary Large Object) fields in your Internet browser. This article provides information on how to display a GIF image stored in the Microsoft SQL Server sample database table pub_info.....

HOWTO: Retrieve a Recordset from an Oracle Stored Procedure Using ADO on ASP       
Total Hits: 8437  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to call an Oracle package to retrieve a recordset using ADO on Active Server Pages (ASP).....

How to Define a Stored Procedure in ASP       
Total Hits: 3475  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article provides the ASP code necessary to programmatically determine the parameter requirements for any stored procedure....

ActiveX Data Objects 1.5 Release Notes (Q230293)       
Total Hits: 627  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article contains a copy of the ActiveX Data Objects 1.5 Release Notes included with the Windows NT 4.0 Option Pack. It is listed here so that the issues it covers are included in queries performed against the Knowledge Base....

Creating a Dynamically Growing Form Using ASP       
Total Hits: 1356  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article provides an example of how to simulate a dynamically growing form using Active Server Pages. This example allows you to enter items one at a time, and add them to a list. Once the list has been created, it can be submitted as a whole....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com