Home

Submit

Source

Feeds

Home » ASP » Site Navigation and Searching ::

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.
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 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 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 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 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
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 General Development
Using the Application Object to Improve Performance
ASP / General Development
This article discusses the usage of persistence with the Application object in detail. Explains when to use Persistence, advantanges and disadvantages of using Persistence, and what types of data exchanges are targets for optimization and the benefits and disadvantages of using persistence with the Application object.

Site: www.15seconds.com 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

 
Site Search

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