472,119 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Cancelling the events

Vik
Is it possible to cancel all the events or a specific event programmatically
(for example, in a Page_Load event)? In other words, is it possible to stop
a page code execution?

Thank you.
Nov 18 '05 #1
2 1523
Calling Response.End will cause no more server side code to execute. If you
do this in page_load, it will mean that the render event will not occur, and
the UI element you have defined won't be visible.

"Vik" <viktorum@==hotmail.com==> wrote in message
news:O6**************@tk2msftngp13.phx.gbl...
Is it possible to cancel all the events or a specific event programmatically (for example, in a Page_Load event)? In other words, is it possible to stop a page code execution?

Thank you.

Nov 18 '05 #2
Calling Response.End will cause no more server side code to execute. If you
do this in page_load, it will mean that the render event will not occur, and
the UI element you have defined won't be visible.

"Vik" <viktorum@==hotmail.com==> wrote in message
news:O6**************@tk2msftngp13.phx.gbl...
Is it possible to cancel all the events or a specific event programmatically (for example, in a Page_Load event)? In other words, is it possible to stop a page code execution?

Thank you.

Nov 18 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Paul THompson | last post: by
8 posts views Thread by InvisibleDuncan | last post: by
5 posts views Thread by Dave Hammond | last post: by
6 posts views Thread by PromisedOyster | last post: by
1 post views Thread by Vik | last post: by
3 posts views Thread by Oliver Nelson | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.