Cannot set the Title-property of a page in asp.net -


i have weird problem in asp.net.

i have page in can't set title-property under circumstances. if set title-property string-value in page_preload, value empty. happens in circumstances, don't understand when.

if set breakpoint , debugger, after setting title="test";, title property empty. pagetitle in browser shows "test". if use title-property in markup of page, empty. there special magic title-property, have know about?

the page.title property wrapper around htmlhead control, exposed through page.header. before header gets initialized, stores title in property until gets initialized. whenever header gets established, copies property over... may issue is, or maybe else...

hth.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -