G
Guest
Provided is some basic code VB.Net for applications, but I am trying to find
the best method to destroy an asp page, similar to EXIT if i were to go to IE
press File and EXIT. Does anyone know how to do that in ASP.NET with VB
code?
Unload Me 'does not work either
WebForm1.Exit() 'also does not do the trick either
the best method to destroy an asp page, similar to EXIT if i were to go to IE
press File and EXIT. Does anyone know how to do that in ASP.NET with VB
code?
Unload Me 'does not work either
WebForm1.Exit() 'also does not do the trick either