Stop execution?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Is it possible to stop the execute of the program. Iam check for a condition.If it is true i want to stop the execution. How it is possible?
-
Is it possible to stop the execute of the program. Iam check for a condition.If it is true i want to stop the execution. How it is possible?
Yes it is possible. If the condition is false, simply you can come out of the block or redirect it to another one.
Balasubramanian K.
-
Is it possible to stop the execute of the program. Iam check for a condition.If it is true i want to stop the execution. How it is possible?