i want to change the title of my page.aspx t开发者_Go百科hrough its control webcontrole.ascx
Page.Header.Title = "My Title";
I would generally recommend against this, though. Why? Imagine if two controls tried to do this...
i want to change the title of my page.aspx t开发者_Go百科hrough its control webcontrole.ascx
Page.Header.Title = "My Title";
I would generally recommend against this, though. Why? Imagine if two controls tried to do this...
精彩评论