I’m very new to development and SO, i’m trying to build a small program to allow users to search for a employee name and return other info including a staff photo.
Building it in WPF, with C# code behind and the staff details stored in an XML file.
I can get the staff details back from the XML by searching but i need to get the image returned too so it can be displayed in the datatemplate as the results.
How is best to store the info in the XML and retrieve it along with the search results?
Thanks in advance.
Mark
Code behind: