Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Creating Lookup Lists with LINQ to SQL
WhatsApp
XAML Designer
12y
9.2
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...