Tips on T-SQL, SQL Server DBA stuff, and more!
//Waits for 10 seconds and then forwards to Google.com HtmlMeta meta = new HtmlMeta(); meta.HttpEquiv = "Refresh"; meta.Content = "10; URL=http://www.google.com"; Page.Header.Controls.Add(meta);
No comments:
Post a Comment