I'm working my through the AdvancedTemplate example in the docs (which is quite out of date, BTW) and have tried to add the Description and Reminder fields to the Template.
Adding the Description has worked OK, but I can't make Reminder work. If I add a line like this to my template ...
and run the page it displays OK and double-clicking to open the advanced form works. But if I try and save the appointment I get this JS error.
Sys.WebForms.PageRequestManagerServerErrorException: Item has already been added. Key in dictionary: 'Reminder' Key being added: 'Reminder'
--
Stuart
Adding the Description has worked OK, but I can't make Reminder work. If I add a line like this to my template ...
Reminder='<%# Bind("Reminder") %>'
and run the page it displays OK and double-clicking to open the advanced form works. But if I try and save the appointment I get this JS error.
Sys.WebForms.PageRequestManagerServerErrorException: Item has already been added. Key in dictionary: 'Reminder' Key being added: 'Reminder'
--
Stuart