Setting the page title by program code

  • Thread starter Thread starter Hartmut Schroth
  • Start date Start date
H

Hartmut Schroth

Hello,

I want to set the title of an aspx-page by program (from a
localized ressource). Data binding in the HTML code like
<title><%# SomeMethodCall() %></title> doesn't work. I
have not found a method yet, to access the title property
of a page by code. Does anybody know how?

Thanks Hartmut
 
Back
Top