Avatar of kmcbrearty
kmcbrearty
Flag for United States of America asked on

Entity Model Binding Source

I am playing around with an entity model and a binding source to get a feel for how they can be used together on a form.  I currently have code that will allow me to save changes and delete items from the entity model but I am unable to determine how I can add a new record.  The issue is that while I can add the new record I am not able to select the new item no matter how I do it.  I thought that I could just using the BindingSource.AddNew() method but this doesn't work.

Can someone provide me a simple working example of how to accomplish this task.
Visual Basic.NET.NET Programming

Avatar of undefined
Last Comment
kmcbrearty

8/22/2022 - Mon
Ruffone

kmcbrearty

ASKER
This is a whats new document for Visual Studio 11.  Is this what you meant to post, because I can not see how this is applicable?
ASKER CERTIFIED SOLUTION
Nasir Razzaq

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
kmcbrearty

ASKER
Thank you for the information.  I ended up taking a different approach with this.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck