Hi,
I want to use dhtmlxScheduler on my university project like homework.
I have started my project in asp.net. Not in MVC.
I want to load the xml data dynamically for scheduler.I have tried to do some prototype for my project bu i couldn’t do that.
Here is my questions,
1-) On scheduler.load(“loadData.aspx”); in loadData.aspx.cs file i have tried to load xml by Response.Write(myXml); But i didn’t work. is there anyway to do that use response.Write to load data.
2-) Can i use some webservice(asmx) reference for the scheduler.
I will be very happy if you help me.
Thank you.