please, how to control web page's title?
I tried in OnLoad() with:
this.Title="test"
but Title property does not exist.
I have to set page's Title equal to a lblTitle.Text object.
Thank you very much
this.Title="test"
but Title property does not exist.
I have to set page's Title equal to a lblTitle.Text object.
Thank you very much