J
JackBlack
Hi, all! Using ASP.Net (2.0 framework) with VB.Net code-behind...
Is there any way to execute a particular piece of code on each and every
page load in a website, without specifically putting that same code (or user
control) on each and every page? Some languages have a config file (like
application.cfm for Cold Fusion) that loads on every page where one can run
basic code on each page load, without adding code to each page.
Is there such a beastie with ASP.Net? I know that global.asax won't do the
trick...
Thanks for any suggestions!
Jack
Is there any way to execute a particular piece of code on each and every
page load in a website, without specifically putting that same code (or user
control) on each and every page? Some languages have a config file (like
application.cfm for Cold Fusion) that loads on every page where one can run
basic code on each page load, without adding code to each page.
Is there such a beastie with ASP.Net? I know that global.asax won't do the
trick...
Thanks for any suggestions!
Jack