Pages

About Me

My photo
ForEach(Minute in MyLife) MyExperience ++;
Showing posts with label using code. Show all posts
Showing posts with label using code. Show all posts

Tuesday, July 26, 2011

Automatic redirection of pages after few seconds

 HtmlMeta meta = new HtmlMeta();
                meta.HttpEquiv = "Refresh";
                meta.Content = "3; URL=Default2.aspx";
                Page.Header.Controls.Add(meta);