Home

Submit

Source

Feeds

Home » ASP » General Development ::

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.
Related Tutorials
ASP General Development
Performance Metrics for the ASP Response Object
ASP / General Development
This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block.

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

ASP Getting Started
Herong's Tutorial Notes on ASP
ASP / Getting Started
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachment, binary file, collection, cookies, HTTP response header, IIS, Perl, redirect, scripting, script debugger, script runtime DLL, session, VBScript.

Site: www.herongyang.com Report - View Tutorial

ASP General Development
Response Object
ASP / General Development
The Response object is used to send output to the client from the web server. The syntax, collections, properties and methods of the ASP Response object.

Site: www.webcheatsheet.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 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 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 Web Forms
Download multiple files in one http request
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.

Site: www.motobit.com Report - View Tutorial

ASP File Operations
Reading a file
ASP / File Operations
In this example we open a file which is in this case called sampletext.txt . This file contains several lines which we wish to display , so we loop the lines of text one at a time and display them until there are none left to display

Site: tutorials.programmingsite.co.uk Report - View Tutorial

ASP Site Navigation and Searching
Response to visitor depending on the languages selected in the browser
ASP / Site Navigation and Searching
Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in the corresponding language, or to display specific information directed to the user (as for example the most suitable ad).

Site: www.asptutorial.info Report - View Tutorial

ASP General Development
Built-in Objects
ASP / General Development
This chapter describes: * How ASP server presents the programming environment to ASP pages with a number of run-time objects. * Basic properties and methods of run-time objects: request, response, server, application, and session.

Site: www.herongyang.com Report - View Tutorial

ASP Getting Started
Variables
ASP / Getting Started
Declaring variables in ASP is simple, especially since all variables are of Variant type. What does this mean to you? You don't have to declare if your variable is an integer, string, or object. You just declare it, and it has the potential to be anything. To declare a variable in ASP/VBScript we use the Dim statement. If you wanted to print out the variables, you could use the ASP 'Response.Write' command.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Getting Started
Control Structures - Introduction
ASP / Getting Started
A control structure is a programming structure that allows your script/program to make decisions based on a certain set of commands and on the information provided. Controlling the flow of your program allows you to make more flexible programs - you will struggle to find a complicated program without a control structure in it.

Site: www.olate.co.uk Report - View Tutorial

ASP Cookies and Sessions
Cookies with ASP
ASP / Cookies and Sessions
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages' built in Request and Response objects is incredibly easy.

Site: authors.aspalliance.com Report - View Tutorial

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 Flash and ASP
Controlling Flash with ASP
ASP / Flash and ASP
A tutorial explaining how to use ASP to direct which clip is being played by a flash movie. A solution involves jumping out of a flash movie into an ASP page, then back again. To accomplish the effect of jumping back in at a specific frame, we simply load some variables into the flash movie and use them to jump to the right frame.

Site: rtfm.atrax.co.uk Report - View Tutorial

 
Site Search

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