G
Guest
Hello-
I need to run some code on every one of my ASP.NET pages (1.x). The code
basically registers some client script blocks. I've been trying to find a way
to do this that doesn't involve me creating a new base class for all of my
pages. I was hoping that I could hook into an event via the Global.asax of an
HttpModule, but alas, I need to get at the Page object to register the
scripts. Does anyone have any ideas?
Regards-
Eric
I need to run some code on every one of my ASP.NET pages (1.x). The code
basically registers some client script blocks. I've been trying to find a way
to do this that doesn't involve me creating a new base class for all of my
pages. I was hoping that I could hook into an event via the Global.asax of an
HttpModule, but alas, I need to get at the Page object to register the
scripts. Does anyone have any ideas?
Regards-
Eric