Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you implement SKIP 1 in WPF / LINQ?
Message
From
24/06/2008 15:31:31
 
 
To
23/06/2008 09:54:51
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Miscellaneous
Thread ID:
01326110
Message ID:
01326479
Views:
11
OK... After HOURS of digging around on the internet and various blogs, MSDN, etc. I have figured out at a little more about this topic. I thought I'd share what I've found so far, in case anyone was interested.


Here are some helpful links:

How to: Navigate Through the Objects in a Data CollectionView:
http://msdn.microsoft.com/en-us/library/ms754244.aspx

How to: Bind to a Collection and Display Information Based on Selection:
http://msdn.microsoft.com/en-us/library/aa970558(VS.85).aspx


How to: Use the Master-Detail Pattern with Hierarchical Data:
http://msdn.microsoft.com/en-us/library/ms742531.aspx


>I pull a list of Jobs from a table using a Linq statement, and I want to build a UI form in WPF to show the records one at a time with a VCR-type control to navigate forward and backward through the Linq data set. How do I implement the equivalent of VFP's Skip behavior to navigate through the records one-at-a-time?
>
>In my VFP (Visual Foxpro) app, I open a table and use a VCR control in my UI form to "Skip 1" and go to the next record to present the data fields in a detail form and allow the the user viewing or editing capabilites. It is a simple and common UI design that I have not been able to find samples of for WPF.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform