I have a VB.Net form that allows the user to Search for a client. Once the client is found, I want to populate a datagridview with information directly from a table in my SQLServer db.
One of the keys here is the user needs teh ability to Add New and Update Existing. The Datagridview table has a ForiegnKey that I can limit the results with, just don't know how to do so.
Start Free Trial