Tagged Questions

11
votes
6answers
17k views

How to work with TimeZone in ASP.NET?

I am working on an "online reminder system" project (ASP.NET 2.0 (C#) / SQL2005) As this is a reminder service which will send the mail to users on a particular dates. But the problem is users are ...
6
votes
2answers
689 views

How to create recurring calendar events?

I am using asp mvc 3, jquery full calendar, ms sql sever 2008 and c#. I am wondering if anyone knows how to make recurring events? I am unsure how to make them. For instance in google calendar ...
2
votes
3answers
366 views

Reminder Calender c#

Hi i want to build functionality of reminder,but have no clue how to implement it. Say i have textbox that has some description of task and date time control for selecting date at what i have to do ...
1
vote
3answers
591 views

What is the best way to create a reminder service in .Net?

I am looking to build a web application that will allow users to manage simple tasks or todos. As part of this, I'd like to send users email reminders daily of their tasks. I'd like each user in the ...
0
votes
2answers
64 views

Reocurring until infinity

Let's say I wanted to display a Reminder (dynamically created by user) in my ASP.NET MVC View Every WEEK/MONTH/.... until "infinity". This reminder has to be seperate database record (or in my case ...