I have one master page and multiple web forms. I need to give a different title to each of the forms. I was thinking of using a user control for that purpose although I am not sure whether it is an elegant and useful solution or not.
1) If it is indeed a good idea, then how to call & use that user control in each of the forms.
2) If it is not useful, maybe someone could advice more apropriate solution.
Thanks in advance
Check this article out. You can have a control in the master page that each content page can establish its own title. You’d have to programmably set it for each page.