Hi,
I'm trying to run a LINQ query in the BackendController Dpc Class Onfinish method. The problem is that the LINQ query needs a few parameters. How can I send parameters from the client to this method in Daypilot ASP.NET MVC?
Thanks!
Pete
1. You can use the ClientState property:
http://doc.daypilot.org/scheduler/clientstate/
2. Or you can modify the .backendUrl dynamically on the client side and read the query string it in the controller.
I would recommend #1.
Thank you Dan . . . I will give this a try . . .
Dan,
Can I use clientstate to pass parameters on a button click or does it have to be related to the calendar control?
Thanks,