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

FIND DATE BETWEEN TWO DATE START AND END

  DateTime startDate;         DateTime endDate;         bool isStartValid = DateTime.TryParseExact(             lblstartdate.Text,          ...