|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Error Handling |
From: |
mohan |
Date: |
3/18/2001 11:19:55 AM |
IP: |
202.86.141.159 |
hi
In asp the error handling is done by statement
On error resume next and the checking the Err object eg
If err.number<>0 then
'Error has occured handle it
end if
Ok!! |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|