| »UBound |
| UBound is important when dealing with arrays in ASP. It returns the number of elements in an array. However, if the array has not yet been initialized, or the variable you are checking is not an array, UBound will throw an error. While this may not be a frequent occurrance, it is an annoying one if you encounter it. |
|
| |
| »CustomError |
| When errors occur on a Web site, they should be handled smoothly to get the user back on track. Unfortunately, setting up customized error pages usually requires something many Web developers lack -- access to and familiarity with the IIS Web server's administrative interface. With CustomError, developers add their own error pages (or erro images!), coded by hand or created in their favorite editor, by simply uploading them to a designated directory............ |
|
| |
|