Hello all,
I have a webpage wherein my webscheduler works and when I come in to this page,the Reminder
page is popped up.
I have a requirement where the Reminder should be popped up on user logins of my app.
How do I trigger this Reminder page and which functionality is triggering this reminder pop ups?
Thanks
Hi Sri,You can use showReminders method to show the reminder when user logs in. You will get more information about this method as well as other methods of WebScheduleInfo available at following link: <http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=WebScheduleInfo_Object_CSOM.html>Let me know if you have any questions with this matter.NehaDeveloper Support EngineerInfragisticswww.infragistics.com/support
Hello Neha,
Thanks for the reply.
My situation is I have a default page on login in my application which do not have a WebScheduleInfo object in that page.I do not want to add the webscheduleinfo on the default page.
I just need to show the reminders pop up alone rather than the calendars.
How do I invoke the Reminders page for the user explicitly. Only through the webscheduleinfo object is this possible?
Hi Sri,Thank you for the update.To show the reminder popup window, you need to have WebScheduleInfo control on the page. You will get some more information about it available at following links:<http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=WebSchedule_Reminders.html><http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=WebSchedule_Conditions_for_Displaying_the_Reminder_Dialog_Box.html>Let me know if you have any questions with this matter.NehaDeveloper Support EngineerInfragisticswww.infragistics.com/support