Most Popular Scripts | ASP | Tutorials & Tips
If Then Else
posted byaspinIntroduction to ASP
If you try to do any ASP programming, it won't be long before you need the If...then statement. This very simple tutorial talks you through the syntax used and shows you how can use it.
Reviews0
PriceFree
Views3060
Professional C# 2nd Edition : Data Access with .NET.
posted byfaisalinDatabase-related
Complete Online Chapter "Data Access with .NET" from Wrox Press book "Professional C# 2nd Edition". Topics covered include "Connecting to the database", "Executing Commands", "Stored Procedures", "The ADO.NET object model" and "Using XML and XML Schemas".
Reviews0
PriceFree
Views1628
ASP upload to database or file
posted byinfoinDatabase-related
To database or not to database? Test of consumed resources (processor, memory) and results with file upload to database or file system. Test of JetOLEB connection to MDB, test of MSSQL 2000 and AppendChunk method and UPDATE text SQL command.
Reviews0
PriceFree
Views4046
ASP and current performance values
Want to show current number of users on your ASP page? This article lets you show a way to access IIS/ASP performance values from ASP. Source to show current number of anonymous users or main IIS performance values in HTML, values from other computers.
Reviews0
PriceFree
Views2118
Considering Different Browsers
posted byderekinContent Management
Many times it is necessary to consider the clients browser. Some things are not cross browser compliant. Some things look right in IE but are a little different in NS. The opposite is true as well. By looking at the USER AGENT we can do a little server side scripting to show what is needed depending on the browser. Here is how.
Reviews0
PriceFree
Views2020
Quick form 2 db
posted byderekinDatabase-related
You fill in the blanks, and you are given the source code for the form, and a page to display the information in the database. Also the database is ready to download with all fields in your form.
Reviews0
PriceFree
Views2360
An easy way to add tables
posted byderekinDatabase-related
Insert a table into a database dynamically. You don't even have to open MS Access. One simple asp does the trick. Using ADOX you can add and manipulate tables easily once you know how.
Reviews0
PriceFree
Views1825
Counting Records Wizard
posted byderekinDatabase-related
This little wizard will help you count records and display the total. Simply fill in the form, and it will generate the code for you.
Reviews0
PriceFree
Views2081
Access Connection DSN-Less Code
posted byderekinDatabase-related
So you need a DSN-Less connection but your not quite sure what to do. Well we can do this for you. A quick and easy way to make a connection without a DSN. This will work for your MS Access database only. Now includes SQL Server.
Reviews0
PriceFree
Views2693
SQL In Simple English - Part 1
posted byfaisalinDatabase-related
Article describes what is SQL? what it is used for? how to SELECT, INSERT, UPDATE and DELETE records from the database? and more.
Reviews0
PriceFree
Views2325
Using Cookies
posted bylonnyinCookies & Sessions
Get some information about those cookies you keep hearing about, learn how to create one yourself.
Reviews0
PriceFree
Views2741
Intro TO ASP
posted bylonnyinIntroduction to ASP
An introductory tutorial that covers the basic things one has to know about Active Server Pages, and the programming environment.
Reviews0
PriceFree
Views1767
Using ASP and javascript together
posted bywebmasterinMiscellaneous
This basic tutorial will show you how to include information in a non-asp page information generated from an .asp page by using javascript. A banner rotator script and a text hit counter are used as examples.
Reviews0
PriceFree
Views2948
Prevent viewing of javascript and stylesheets
posted bydselkirkinMiscellaneous
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.
Reviews0
PriceFree
Views1650
Dynamic Javascript Includes
posted bydselkirkinMiscellaneous
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. By default all are included.
Reviews0
PriceFree
Views1949
Real-Time Data Grid Part 1/2
posted byannetteinDatabase-related
The part one of this two-part article shows how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to refresh the page.
Reviews0
PriceFree
Views2090
Two Ways To Connect To SQL Server 2000 Via ASP
posted byjoeinDatabase-related
This article will show you two different methods that you can use to connect to a Microsoft SQL Server 2000 database: System DSN's and the OLEDB connection string. It will also explain the positives and negatives of each method, along with some examples to get you started.
Reviews0
PriceFree
Views2358
Introduction to Cookies Method
posted bywebmasterinCookies & Sessions
A basic information on using Cookies in ASP. An access counter is used as an example.
Reviews0
PriceFree
Views2380
Do...Loop / Select...Case Instructions
posted bywebmasterinDevelopment
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
Reviews0
PriceFree
Views2052
Subroutines and Include/virtual
posted bywebmasterinDevelopment
This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.
Reviews0
PriceFree
Views2012