about LinqDatasource
-
I write a small demo: GridView bind LinqDataSource. I do it with "LinqDataSource with ASP.NET data controls" By abhigad (http://www.codeproject.com/KB/aspnet/LinqDataSourcebasics.aspx?msg=3392378#xx3392378xx) step by step. but report: System.MissingMethodException: There is no definition for the object constructor without parameters or System.Data.SqlClient.SqlException: "sa" login Failure. Another page, I added a new data to database with LinqToSql is Successful. Who can help me solve the LinqDataSource to bind?
-
I write a small demo: GridView bind LinqDataSource. I do it with "LinqDataSource with ASP.NET data controls" By abhigad (http://www.codeproject.com/KB/aspnet/LinqDataSourcebasics.aspx?msg=3392378#xx3392378xx) step by step. but report: System.MissingMethodException: There is no definition for the object constructor without parameters or System.Data.SqlClient.SqlException: "sa" login Failure. Another page, I added a new data to database with LinqToSql is Successful. Who can help me solve the LinqDataSource to bind?
Why don't you give the author a change to respond to your question before posting it here.
I know the language. I've read a book. - _Madmatt
modified on Friday, March 5, 2010 11:19 AM