Tuesday, October 9, 2018

Auto Redirect Page

Auto Redirect Page

<head runat="server">
  

    <meta http-equiv="refresh" content="2; URL=http://www.facebook.com"/>


    <meta name="keywords" content="automatic redirection"/>


   
</head>

No comments:

Post a Comment

Gridview send email

 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; ...