B
Benson
In php coding:
....
if(something wrong)
die("stop here");
....
....
How to code the "die" in VB.net and ASP.net? (I dislike using
status_variable and exit sub.)
Benson
VS2005
....
if(something wrong)
die("stop here");
....
....
How to code the "die" in VB.net and ASP.net? (I dislike using
status_variable and exit sub.)
Benson
VS2005