jonpryor / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
0 stars 0 forks source link

Unable to bind to databound controls #299

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In a .NET Web Application, create a LinqSource, then a GridView or 
DetailsView linked to the LinqSource
2. Try Updating, or Deleting records with the control

What is the expected output? What do you see instead?
Expected: updated info

Obtained:
Exception
"The data context used by LinqDataSource 'LinqDataSource1' must extend 
DataContext when the Delete, Insert or Update operations are enabled"

What version of the product are you using? On what operating system?
DbLinq-0.20.1, Windows XP, VS 2008

Original issue reported on code.google.com by fabrizio...@gmail.com on 6 Jan 2011 at 6:44