I want to redirect a vb.net aspx page after 5 seconds only if a variable
bolNeedToRedire ct=True. This variable is determined after code sees whether
a person is logged in.
How could I achive this considering the header meta tag for redirecting
can't be switched based on a Boolean variable?
bolNeedToRedire ct=True. This variable is determined after code sees whether
a person is logged in.
How could I achive this considering the header meta tag for redirecting
can't be switched based on a Boolean variable?
Comment