Tip Bank

DevX - Software Development Resource

Using Images for Table Borders

This method consists of creating empty rows and columns where an image will show through around a central cell that will contain the table’s content.To use an image as a

DevX - Software Development Resource

Encrypt Your Userid and Password

The result is a password script that won’t crumble as soon as the user views the page’s source. Here’s the code: Enter username: Enter password:

DevX - Software Development Resource

Prevent a Document from Getting Cached

Preventing the document from being cached ensures that a fresh copy of the document will always be retrieved from the site, even during the user’s current session, regardless of how

DevX - Software Development Resource

Page Redirection

There is no Response object method that will redirect/forward a page visitor to another page after a specified amount of time.To achieve this you can use following two methods:1) Using

DevX - Software Development Resource

Format the Given Date into a Required Date Format

You can change the given format into the required date format using the CONVERT Function. Here’s an example: companyid peo———– ———–104 1998-09-30104 1999-09-30104 1999-12-31104 2000-03-31104 2000-06-30104 2000-09-30104 2000-12-31104 2001-03-31104 2001-06-30104

DevX - Software Development Resource

Use ISQLW for Messenger Service in an Intranet

It’s possible to send messages from one system to another system in an Intranet by using ‘xp_cmdshell’ extended stored procedure in MS SQL Server. The usage of this procedure can