Categories
ASPTips and Tutorials → Miscellaneous

Creating Color Chooser using ASP

Create good looking color chooser for your site. Let the users select the color that they require.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

How to find out the Page Load time using ASP

The complete tutorial and code which will display the Page Load time using ASP
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Creating Excel Files Online

ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file na...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

VBScript Functions : The Len() Function

In this series of our ASP Developer Articles, we will examine a new VbScript function called as '' The Len() Function''. With LEN functions you can calculate the length of the string. Following function calculates the length of a string tak...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Working with Array : Remove An Item

Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form y...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

How to Grab A HTML Page Within an ASP

There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Sniff the client browser

This little snipshet show you how you can detect the version and name of the client browser and adapt your code or stylesheet from here...
  • Platforms
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Create a dynamic PDF report with ASP/SQL SERVER

This is the first article of a series that explains how to create a stored procedure and to call it from ASP or directly from SQL Server. The stored procedure will in turn create a simple column based report in PDF without using any external tools or...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com