hello sir i want to load title tag from server side but the code page.header.title="omega"; or page.title="omega"; doesnt work
This will be good link for Adding Page Title, Meta tags from data base
Refer this code:
protected void Page_Load(object sender, EventArgs e) { this.Page.Title = "PageTitleDemo"; }
Image:
Thank You.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.