I have an xml file which I am reading into an IEnumerable using linq, now rather than listing every entry using a listbox on one page, id like to show one record on a page.
I've found a blog article on the subject
But it is using MVVM, how do I go about just loading one record into a form and making it cycle through to records.