quick question about page template

  • Thread starter Thread starter suzy
  • Start date Start date
S

suzy

hello,

i have implemented a page template. ie: i have a template class which my
asp.net page inherits.

i have tried to set a PageTitle property on my template class but it doesn't
work because the title property gets called after the page is "rendered".
This means that the aspx page is rendered with a null title, then after
oninit/load event (which i override), the title property is set (but it's
too late by then).

any idea how to get around this problem?
 
Back
Top