|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
stop execution inbetween
how can i stop execution... in betweeen a few lines of code. i dont want the complete execution of code and in middle i want to stop?
|
|
#2
|
|||
|
|||
|
Well if you want to *stop* the SERVER-SIDE code from continuing its interpretation(cause server-side code is interpreted) then use:
Response.End Hope this helps! Sincerely Vlince |
|
#3
|
||||
|
||||
|
Just an addition to vlince's comment:
Response.End will end the interpretation of the asp code, it won't be finished at some later time. Asp code is always interpreted before the client sees the page, so if you were thinking you wanted to pause the asp, let the user do/see something, then continue, it won't work that way, you 'll have to use a client side method. Anyway, thats my .02 |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > stop execution inbetween |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|