WPF/E and code-behind
Hi,
I have just started using WPF/E and am just wondering that how can we use C# with WPF/E. Whatever I have read till now , is using javascript with it.
Hi,
I have just started using WPF/E and am just wondering that how can we use C# with WPF/E. Whatever I have read till now , is using javascript with it.
Hi Akshay,
The cross-platform support provided by WPF/E does not currently support C#. You can use webservices, which may use C#, to house your application logic and utilize AJAX to interact with these webservices.
If this answers your question, please select "Mark as Answer" otherwise, please post a followup question.
Thank you,
Chad Campbell
There is an example using C# webservices with source here: http://blogs.sqlxml.org/bryantlikes/archive/2007/02/08/simulating-data-grids-in-wpf-e-part-1.aspx
http://www.nikhilk.net/ScriptSharpIntro.aspx
This tool allows you to manipulate WPF/E with c#. Check it out!