Help needed with time

  • Thread starter Thread starter Brian Gallagher
  • Start date Start date
B

Brian Gallagher

I have an aspnet application which I only want part of to be avaliable
between the hours of 9am and 5:30pm but I dont know where to start.

Help needed!
 
I have an aspnet application which I only want part of to be avaliable
between the hours of 9am and 5:30pm but I dont know where to start.

Help needed!

You could create a user control that checks the time and redirects to a
custom 'Application not available' type page. You can then include this in
all your pages
 
Back
Top