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 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.
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 ...
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
Hello ,
What you could do in your case is to bind your WebDataMenu to XMLDataSource
http://help.infragistics.com/doc/ASPNET/2014.1/CLR4.0/?page=WebDataMenu_Binding_WebDataMenu_to_an_Xml_Data_Source.html
http://es.infragistics.com/samples/aspnet/data-menu/data-binding
So you should implement class or assembly which generates xml like those one shown in our documentation, from your Toolbar in your WinFroms application, in order to be able to use it in your ASP project, and vice versa.
I hope that this will helps you.