Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you implement SKIP 1 in WPF / LINQ?
Message
From
25/06/2008 12:53:51
 
 
To
25/06/2008 11:44:34
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Miscellaneous
Thread ID:
01326110
Message ID:
01326678
Views:
13
>So does the List-based method you suggested work for binding to WPF UI controls, and will it lend to updating the SQL tables using the Linq-to-Sql SubmitChanges method?

Should work fine for SubmitChanges as long as the context is still open. I'm copying the data over into ObservableCollections and SubmitChanges is still working fine.

>My plan is to create a detail edit form with VCR Buttons and a bunch of TextBoxes nested in a ContentControl to display the data from the table. Then, when the user finds the desired record, and edits the data in the TextBoxes, I will have a Save Button to commit the changes to the SQL table, via the Linq-to-Sql features.

Remember that SubmitChanges saves all changes in the context not just a single record.
Previous
Reply
Map
View

Click here to load this message in the networking platform