Advertisement

1 - 7 of 7 containing alltags:("ASP.NET, LinQ") (0 seconds)
I have a LinqDataSource:  <asp:LinqDataSource ID="InvoiceDataSource" runat="server"            ContextTypeName="LinqData.GLWDataContext" OrderBy="DOCDATE desc"            Select="new (SOPNUM...
Zones: LINQ, MS Visual C#, .NET Framework 3.xDate Answered: 08/03/2008 Grade: A Views: 125
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# ...
Zones: ASP.Net Programming, MS Visual C#, ...Date Answered: 09/10/2008 Grade: A Views: 126
I would like to know how to convert this SQL Query into a LinQ equivalent: SELECT nContractDeliverables.* FROM (nContractDeliverables  INNER(Join) nContractPaymentLines ON (nContractDeliverables...
Zones: LINQ, MS Visual Basic, .Ne...Date Answered: 02/24/2008 Grade: C Views: 463
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...
Zones: LINQ, ASP.Net ProgrammingDate Answered: 06/28/2008 Grade: A Views: 0
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...
Zones: Visual Studio, ASP.Net Programming, MS Visual Ba...Date Answered: 07/23/2008 Grade: A Views: 0
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...
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...
Zones: .NET Framework 3.x, .N...Date Answered: 05/06/2008 Grade: B Views: 8
  • 1