Scheduling App

  • Thread starter Thread starter Alphonse Giambrone
  • Start date Start date
A

Alphonse Giambrone

Can anyone point me toward a good example of an asp.net scheduling app?
Preferrably in vb.net.

TIA
 
you mean a page to create a sceduled job or a way to schedule a page to
execute?
If the second, rethink your process, it's not very sound. It requires a
client call.
 
Hi Alphonse,

If you're wondering some guides or resources on developing online
scheduling system via asp.net. Here are some web resources I've found so
far:

#Online Scheduling System (a book dicussing on this)
http://www.bigwebmaster.com/1164.html

#ASP.NET Scheduling System
http://www.123aspx.com/redir.aspx?res=31814

#Task Scheduler Library for .NET
http://www.codeproject.com/csharp/taskschedulerlibrary.asp?target=Scheduling
%7CSystem

Also, I think you can go the http://www.asp.net 's formu to have a look.
Thanks.


Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
 
Thanks both for the replies.
Sorry for the confusion. I was referring to an application for time
scheduling. Like appointments, not to schedule an application to run.

Since this is not a 'paid' project, third party components are not a
consideration.
The ComponentScience product and some of the ones from asp.net do give me
some ideas for look/feel, etc.

If anyone knows of any free components or code, that would be great.
 
Back
Top