Home

Submit

Source

Feeds

Home » ASP » Miscellaneous ::

ASP Miscellaneous
Dynamically include javascript files in your page. Simply place all your javascripts in a sub directory and make one reference in your page to the cs_scripts.asp file. You can then pass + or - with file names to either include or ignore a file in the sub directory.
Related Tutorials
ASP Miscellaneous
Creating Dynamic JavaScript with ASP and Databases
ASP / Miscellaneous
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries.

Site: www.15seconds.com Report - View Tutorial

ASP Server Management
How to setup Virtual Includes on IIS 5.x
ASP / Server Management
So you have just installed IIS and the includes are not working and you do not know what a Virtual Directory is! Hmmmm! This tutorial will help you set up virtual includes on IIS 5.x.

Site: www.geekpedia.com Report - View Tutorial

ASP General Development
ASP : Server Side Includes
ASP / General Development
It doesn't matter if you are a HTML pro moving on to XHTML or a complete beginner to writing pages for the internet. The uses of SSI are many fold and work wonders for dynamic or static pages. For the purposes of this tutorial I will be dealing with static pages only.

Site: www.webdesign.org Report - View Tutorial

ASP Miscellaneous
Prevent viewing of javascript and stylesheets
ASP / Miscellaneous
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.

Site: www.planetsourcecode.com Report - View Tutorial

ASP Emailing
An SMTP Service Directory Reader
ASP / Emailing
This script will let you take a peek at the messages in the mailroot folders. This includes the ones that the SMTP service hasn't delivered yet and even those it's already given up on so you can see what's happening.Source code for the SMTP reader available.

Site: www.asp101.com Report - View Tutorial

ASP Excel and ASP
Dynamic Excel Reports with ASP
ASP / Excel and ASP
Sometimes it's useful to present data to users in Excel format, so they can easily manipulate the data themselves. In this article, a very simple technique for accomplishing this is demonstrated.

Site: aspalliance.com Report - View Tutorial

ASP Database Integration
Dynamic dropdown lists with ASP
ASP / Database Integration
Dropdown lists in HTML are very useful for multiple-option choices, especially within a web form that user needs to fill out.Producing them dynamically from a database can saves a lot of time and energy.

Site: www.designplace.org Report - View Tutorial

ASP Database Integration
Filling Data into Select List
ASP / Database Integration
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
Active Server Pages tutorial for beginners
ASP / Getting Started
This tutorial will show you Active Server Pages. Main topics include: What are Active Server Pages?, Displaying Date, Time, and Text, Using Variables, and Forms, and Active Server Pages Server-Side Scripting Programmer's Reference. It also includes several useful scripts.

Site: www.asptutorial.info Report - View Tutorial

ASP Scripts
Create a Fully Functional, Multifeatured ASP Shopping Basket
ASP / Scripts
This article uses the terms "shopping cart" and "shopping basket" interchangeably. Also, to define "shopping cart," I am referring to the aspect of the Web site that allows shoppers to enter products and modify them in their cart. This does not include the checkout process, which in many cases includes on-line credit-card verification and billing procedures.

Site: www.15seconds.com Report - View Tutorial

ASP Getting Started
ASP For Beginners
ASP / Getting Started
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language, instead it is more of a technology used by VBScript on the server side to display dynamic content on the web pages.

Site: www.itechcollege.com Report - View Tutorial

ASP Database Integration
Randomizing a Recordset
ASP / Database Integration
Shuffling a recordset so that it can be displayed in random order is very useful when programming dynamic Web pages. A database table containing a list of supported vendors or links to advertisers may need to be displayed in a different order each time so that none complain about always being last on the list.

Site: www.15seconds.com Report - View Tutorial

ASP Miscellaneous
Client-Side Scripting and ASP
ASP / Miscellaneous
This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and Using ASP and XML.

Site: www.asp101.com Report - View Tutorial

ASP Site Navigation and Searching
A Nifty Table Searching Script
ASP / Site Navigation and Searching
This article shows a nifty little script, which, with just one ASP page, allows you to dynamically search a column in a table using a string comparison. This one script can be used over and over due to its dynamic nature. Hopefully this script will save you valuable time by cutting down on the often repetitive task of creating small, searching scripts.

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

ASP Excel and ASP
Create Excel on the Server
ASP / Excel and ASP
Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create word and excel documents on the server. This can be particularly useful if you wish to distribute your information on CD or in document form.The following example will utilize our state info db. After reading the contents of the db instead of writing output to the browser html text is written to the server with the .xls file extension.

Site: www.codeave.com Report - View Tutorial

 
Site Search

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