Click here to Skip to main content
15,887,444 members
Articles / Web Development

Data from Two Tables in a Single DataGridView

Rate me:
Please Sign up or sign in to vote.
4.71/5 (7 votes)
22 Dec 2011CPOL2 min read 100.8K   10.2K   31  
Display, Edit and Delete Data from Two Tables in a Single DataGridView
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <connectionStrings>
    <add name="NORTHWINDEntities" connectionString="metadata=res://*/App_Data.Northwind.csdl|res://*/App_Data.Northwind.ssdl|res://*/App_Data.Northwind.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\App_Data\NORTHWND.MDF;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient" />
  </connectionStrings>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions