Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Planner.NET SaveToStream (Read 2423 times)
mustafa
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Aug 3rd, 2010
Planner.NET SaveToStream
Aug 4th, 2010 at 9:33am
Print Post  
Hello,

My database has schedules saved in BLOB column by calling SaveToStream from the Planner.NET control. How can I load them in Silverlight?

Thanks a ton,
Mustafa Koç
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Planner.NET SaveToStream
Reply #1 - Aug 4th, 2010 at 11:55am
Print Post  
In MindFusion.Scheduling for Silverlight, to load a schedule data previously saved in Planner.NET, use one of the Schedule.LoadFrom overloads.

Keep in mind that MindFusion.Scheduling for Silverlight can only load schedules saved in the XML format. Therefore, if you want to load a schedule in Silverlight, you have to save it in Planner.NET using either the Schedule.SaveToXml method, or any of the SaveTo and SaveToString methods passing ContentType.Xml as the second argument.

Let me know if this works.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint