Same problem. My current workaround, solved my problem, is to set the title again on the method executed on the async postback:
this.Parent.Page.Title = "my custom title" or this.Page.Title = "my custom title";.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
bass4g0d
Member
354 Points
73 Posts
Re: UpdatePanel postback shouldn't change the page title
Nov 18, 2008 10:22 PM|LINK
Same problem. My current workaround, solved my problem, is to set the title again on the method executed on the async postback:
this.Parent.Page.Title = "my custom title" or this.Page.Title = "my custom title";.