Sponsors
Miscellaneous
Using built-in functions in ASP
There are a lot of functions in ASP. Some are for typecasting, formatting, math, date and string manipulation. One of the greatest thing I love about vbscript, is they are easy to learn and use.
Price: Free Rate:
3.0(out of 5) Vote:3
A Look at ASP 3.0
ASP learners can get more information on ASP 3.0 through this tutorial. It describes about the effective and fast methods in ASP added newly which are Server.Transfer and Server.Execute. And explains that these functions can be used to eliminate the long and slow process of Response.Redirect and to execute external scripts and to return control to calling ASP page respectively.
Price: Free Rate:
4.0(out of 5) Vote:3
How to Get the Current Page URL
Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. In this tutorial we will show how you can do that.
Price: free Rate:
0.0(out of 5) Vote:0
Using the QueryString
In this tutorial, we will discuss the benefits of using the QueryString and how to use the QueryString.
Price: Free Rate:
0.0(out of 5) Vote:0
How to find out the Page Load time using ASP
The complete tutorial and code which will display the Page Load time using ASP
Price: all Rate:
0.0(out of 5) Vote:0
Encoding URL strings
While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser. .
Price: Free Rate:
0.0(out of 5) Vote:0
How to Alternate Table Row Colors in CSS and HTML
This article describes how to create tables with alternating row colors in CSS and HTML. Script examples are provided for ASP and PHP. The method described here accomplishes the effect with very little code.
Price: free Rate:
0.0(out of 5) Vote:0
Using Built-In ASP Components
In this tutorial, we will be working with three of Microsoft's built-in ASP components. The Ad Rotator, Content Linker and the Browser Capabilities Component.
Price: Free Rate:
4.0(out of 5) Vote:1
Including a file in a ASP page
Learn the fundamental of using include files in your asp pages.
Price: Free Rate:
5.0(out of 5) Vote:1
Generating Wizard
This tutorial provides detailed explanation about generating wizard and uses of wizards. Author also lists the features of the wizard as follows: centralizing update code, update or addition can be easily deleted without disturbing database, simplifying the complex and difficult tasks for the benefit of the visitors etc.
Price: Free Rate:
0.0(out of 5) Vote:0

