Home

Submit

Source

Feeds

Home » ASP » Web Forms ::

ASP Web Forms
HTTP protocol was designed to send one file per one request. Sometimes you will need to send more files usually when a client selects several files for download and the files have to be delivered to the client.The sample uses command line compression (zip/arj) to pack more files to one file and then sends the zip/arj archive to client.
Related Tutorials
ASP General Development
ASP Request Object
ASP / General Development
The Request object retrieves the values that the client browser passed to the server during an HTTP request. It is used to get information from the user. Using this object, you can dynamically create web pages and perform various server-side actions based on input from the user.

Site: www.webcheatsheet.com Report - View Tutorial

ASP General Development
Controlling HTTP Response Header Lines
ASP / General Development
This tutorial helps you understand: HTTP Response Syntax; HTTP Response Header Lines;Controlling Response Header Lines; Viewing Response Header Lines; Response Header Lines of Static Files; Setting Header Lines Directly in ASP Pages; Sending Binary Files to Browsers.

Site: www.herongyang.com Report - View Tutorial

ASP Cookies and Sessions
Sessions
ASP / Cookies and Sessions
This chapter describes: * How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. * How ASP server offers the session object to ASP pages to share information between multiple requests or pages. * Different ways to pass information between requests or pages. * How Perl tools can be used to help debug ASP applications at the HTTP communication level.

Site: www.herongyang.com Report - View Tutorial

ASP Content Management
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
ASP / Content Management
How to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions. It shows how to use XMLHTTP to perform an actual HTTP GET request for the page that you wish to display in a Printer Friendly format.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Database Integration
Using Multiple Recordsets
ASP / Database Integration
In this article, we are going to take a look on what a Mutliple Recordset is, exactly, and how it can make your development life easier (and your code more efficient). But before we start examining Multiple Recordsets, let's look at a common task in ASP and how it is handled without using Multiple Recordsets.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Web Forms
Request.Form and stack overflow error?
ASP / Web Forms
This article shows a way to work with request.form fields with any size, without 'Stack overflow' error.

Site: www.motobit.com Report - View Tutorial

ASP Site Navigation and Searching
Response.Redirect Usage
ASP / Site Navigation and Searching
Response.redirect is used to move any request form client to another page. This is most common usage to tell browser to get another page and to redirect any request to other source.

Site: www.dotnetindex.com Report - View Tutorial

ASP Miscellaneous
How to Grab A HTML Page Within an ASP
ASP / Miscellaneous
There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.

Site: www.dotnetindex.com Report - View Tutorial

ASP Network and Communication
How to Grab A HTML Page Within an ASP
ASP / Network and Communication
There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
Multiple Form Selection (Where In)
ASP / Database Integration
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. The following example utilizes our db on the career statistics of Hammerin' Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited.

Site: www.codeave.com Report - View Tutorial

ASP Database Integration
Multiple Form Selection
ASP / Database Integration
Allowing multiple choices of data elements enables people to customize views of your data and adds value to your applications.

Site: www.codeave.com Report - View Tutorial

ASP Debugging and Error Handling
Trapping HTTP 404 - File not found
ASP / Debugging and Error Handling
In this tutorial we will see how to Trapping HTTP 404 - File not found.

Site: coveryourasp.com Report - View Tutorial

ASP File Operations
Listing All Files in A Folder
ASP / File Operations
You may use this small asp script to display all files in a folder. First we are creating a copy of File System Object. The following example illustrates how to display the files in same folder.

Site: www.dotnetindex.com Report - View Tutorial

ASP File Operations
Copying Files using File System Object
ASP / File Operations
Sometimes you need to copy files to another folder. First you should require to use FSO (File System Object.) CopyFile method of FSO is the simplest way to copy the files. Following sample code will copy some files to another folder.

Site: www.dotnetindex.com Report - View Tutorial

ASP File Operations
Open, Read and Create Files with ASP
ASP / File Operations
This tutorial explains opening, reading and creating files using example codes.

Site: www.asptutorial.info Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement