Hello,
I've an existing Winform app that uses LoadFromXML() and SaveAsXml() to load/modify menus.
Is this possible in ASP.NET ?
I can't find any control that has "Infragistics.WebUI.UltraToolBarsManager" or "WebToolManager" or something.
Thanks
Hello ,
For the Infragistics ASP components, similar equivalent (I would like to highlight that it is not the same, and used formats are different and you will not be able to save layout of WindowsForms component and to load it on ASP component ) of SaveToXml()/LoadFomXml() is our Persistence Framework. More information about ti you will find on the following link:
http://help.infragistics.com/doc/ASPNET/2014.1/CLR4.0/?page=PersistenceFramework_About_Persistence_Framework.html
and on the following link you could review several samples about Persistence Framework:
http://es.infragistics.com/samples/aspnet/persistence-framework/persist-in-file
I hope that this will helps you.
Actually, my requirement is to pull menu save in Windows Form app and show on Web app.
In fact similar to windows form control, I shall be able to add buttons into the menu and save back in XML format to be viewed later in Windows Form app.
So this option of persistence framework, will not work for me.
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components
Thank you for checking, I was not aware of your reply.
This option is pretty cool.
Can the ASP app call other winform App ? in order to generate MENU XML to WebDataMenu for ASP control ?
I may have to write webservice for this ...
Hello Vaquar,
I am just checking about the progress of this issue. Let me know if Hristo's suggestion worked for you or if you need our further assistance.
Thank you for using Infragistics Components.
I believe that WSF service is a good approached since WinForms application and Asp application could consume it.
Please let me know if you have any further questions.