I have a LinqDataSource:
<asp:LinqDataSource ID="InvoiceDataSource" runat="server"
ContextTypeName="LinqData.GLWDataContext" OrderBy="DOCDATE desc"
Select="new (SOPNUM...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23566966.html
I am looking for the best way to be able to implement paging onto GridView's that get their data from our LINQ DAL. The way we structure our applications is as follows:
1) We have a seperate C# ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23718738.html
I would like to know how to convert this SQL Query into a LinQ equivalent:
SELECT nContractDeliverables.* FROM (nContractDeliverables INNER(Join) nContractPaymentLines ON (nContractDeliverables...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23103370.html
Hi there, I hope that somebody can help.
I'm working in ASP.NET on what is actually a WCF webservice, but for debugging purposes I'm using a standard Default.aspx to try to establish the problem...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23494423.html
I am trying to figure out if I am even using the right control. (Gridview)
The Linq Query works fine, but I cannot get the Gridview1 control to populate or even show. It doesn't even error out...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23586...
Hi im trying to update an xml element, using linq to sql, the code compiles and runs fine I just dont see the updates to the xml file. i have the correct permissions on the file so thats no problem...
http://www.experts-exchange.com/Microsoft/Development/Q_23914143.html
Zones:
MS Dev,
.NET,
LINQDate Asked: 11/18/2008 Points: 125 Comments: 2
Hi,
I am using LINQ to SQL, and one thing I don't like about it, is that it automatically adds connectionstring to my .config file and use a connection string key in the generated code, since I...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_23246761.h...