Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
 

Hot scripts

 
PHP scripts
ASP scripts scripts
ASP.NET scripts
C AND C++ scripts
CFML scripts
CGI AND PERL scripts
FLASH scripts
JAVA scripts
JAVASCRIPT scripts  
PYTHON scripts  
Remotely Hosted scripts
Tools and Utilities scripts   
XML scripts
Submit your script scripts
 
  SEARCH  
 
  Keyword
 
  In
 
 
   
 
  LOGIN HERE  
 
Username
Password
Signup Now
Add New Resource
Forgot Password
Verify Signup
 
GoDaddy.com Hosting & Servers
Please boomark our scripts directory:
  • Digg
  • Del.icio.us
  • Furl
  • My Yahoo
  •  
     
       Top >>ASP >> Tips and Tutorials

    ASP/ Tips and Tutorials Hot scripts::

    Presented here are a good collection of ASP/ Tips and Tutorials Hot scripts. Enjoy!
     
    81. Do...Loop / Select...Case Instructions
    This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    82. If...Then...Else / For...Next Instructions
    A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    83. Subroutines and Include/virtual
    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.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    84. Displaying Sub Folders
    Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    85. Delete Folders Online
    ASP does not allow you to use IO system to modify on files and folders. But with the help of FileSystem object you can delete any file on your server. Do not forget to double check permissions for this operation.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    86. Delete Files Online
    Following active server pages code delete a file. Example uses FileSystem object to delete the file. Do not forget to double check permissions for this operation.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    87. Create a 'downloads page'
    An easy example that shows how to build a page with a bunch of downloads if you DO NOT what the users to know the exact path where all of your files are stored. Also learn how to make a downloads counter!
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    88. Checking Files Exists
    If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is 'FileExists' that we will use it now.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    89. Copying Folders (using File System Object)
    If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder to another folder.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    90. Copying Files (using File System Object)
    Sometimes you need to copy files to another folder. First you should require to use FSO (File System Object.) CopyFile method of FSO is the simplest way to copy the files. Following sample code will copy some files to another folder.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
     Pages:        Previous   1   2   3   4   5   6   7   8   9   10   11   12   13   14   Next