Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Page Events Through Template

Status
Not open for further replies.

MikeAJ

Programmer
May 22, 2002
108
US
OK, I have a site in which all pages inherit my template class instead System.Web.UI.Page for consistency. I want to add Onload and OnEnd events to all these pages by simply adding the code in Template.cs. I thought it would myBase.Onload or something similar, but I can't get it to work. Anyone have any ideas? Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top