How to embed calendar application in ASP.NET Web Forms Site
I want to code a calendar application into my ASP.NET Web Forms site, so that users can organize their events and the site will send the users a text message reminder to their phone numbers 5minutes before the task or event.
Guest UserPosted Aug 5, 2014, 9:36 PM
# calendar control for 1st http://www.c-sharpcorner.com/uploadfile/gowth/calendar-control-in-C-Sharp/
# 2nd question is interesting, here you have you're business logic. So you need to identify user first with details (email address). Then accept his/her input and to send email as reminder , e.g., what google calendar does
For this you need to write Windows Job which runs everytime and look for eligible candidate to send emails