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();
Regards, Jazper
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.