User810354248 posted
In my asp.net+VB=SQL web i want to redirect to another page if the current date is 31 Mar 2018.
I tried this but it is not working
If (value.Day >= "31" And MonthName(value.Month, True) >= "Mar" And value.Year >= "2018") Then
Response.Redirect("user_read_me.aspx")
End If