Add in HTML-View
<meta id="tagMetaRefresh" runat="server">
Add in Webform-Class
protected System.Web.UI.HtmlControls.HtmlGenericControl tagMetaRefresh;
Add in Weform-Code
this.tagMetaRefresh.Attributes.Add("http-equiv", "refresh");
this.tagMetaRefresh.Attributes.Add("content", "3");
or
this.tagMetaRefresh.Attributes.Clear();