Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
Creating Lookup Lists with LINQ to SQL
WhatsApp
XAML Designer
12y
8.1
k
0
5
Resource
0
Today I want to show you how how you can use a Combobox as a lookup list in order to edit values on a record. We'll be building on yesterday's example. So to recap, we have added a LINQ to SQL object model called
Northwind.dbml
to our Windows Forms application that contains Regions and Territory classes and then
added the Region object to the Datasources Window
by selecting "Add New DataSource" and selecting the
Object data source type
.
Continue here...