Home

Submit

Source

Feeds

Home » ASP » Site Navigation and Searching ::

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).
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.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 Component Building
Browser Capabilities Component in ASP.NET
ASP / Component Building
In this article we are going to learn about the HttpBrowserCapabilities component of ASP.NET which will allow you to detect the user browser and develop browser friendly pages.

Site: www.stardeveloper.com Report - View Tutorial

ASP Content Management
Considering Different Browsers
ASP / Content Management
Many times it is necessary to consider the clients browser. Some things are not cross browser compliant. Often you have to write something one way for Internet Explorer, one way for Opera and another for Netscape.

Site: pacosdrivers.com Report - View Tutorial

ASP Cookies and Sessions
Cookies
ASP / Cookies and Sessions
A cookie is a message given to a Web browser by a Web server. The browser stores the message in a small text file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, the cookie is sent back to the server too.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Network and Communication
Sniff the client browser
ASP / Network and Communication
This little snippet shows how you can detect the version and name of the client browser and adapt your code or stylesheet from there.

Site: dypso.free.fr Report - View Tutorial

ASP Cookies and Sessions
Sample Coding About Cookies
ASP / Cookies and Sessions
If you wish to hold a data on client's browser you may use Cookies. Cookies are the collections that can stored in client's browser for a limited time. Cookies are readonly objects and can be accessed and read if cookies name known.

Site: www.dotnetindex.com Report - View Tutorial

ASP General Development
if...Then...Else / For...Next Instructions ASP tutorial
ASP / General Development
The If....Then...Else instructions sequence is very similar to the one we may find in different kind of scripting languages

Site: www.asptutorial.info Report - View Tutorial

ASP Web Forms
Free User Registration Form
ASP / Web Forms
This script lest you to build a registration form for your clients. A visitor can create a username and password filling this form. All usernames and passwords stored in a MS-Access database.

Site: www.dotnetindex.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 Miscellaneous
Color Safe Palette or Nested For Next Loops & Arrays
ASP / Miscellaneous
The browser can do a great many things, but it has a limit of 216 colors that can "safely" (without dithering or color washout) display. Fortunately, there are many ways that you can display all the color combinations in the browser safe color palette (I do not think I have seen two places do this the same way yet). By placing the six possible values for color (00,33,66,99,CC,FF) in an array and nesting three for next statements with values one through six a table with all the color codes will neatly be displayed in a table.

Site: www.codeave.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 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

 
Site Search

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