Enter Keywords:
1 - 10 of 120(0.017 seconds)
Sort By:
 
I have a simple LINQ query executing at page load whith which I would like to do two things. A.  Concatenate two columns with a SPACE between such as:                Select p.FirstName & " " & ...
Zones: LINQ, ASP.Net ProgrammingDate Answered: 01/09/2009 Rating: 9.2 Views: 4
need listview example insert update using linq to sql in code without linqdatasource
Zones: ASP.Net Programming, LINQ, .N...Date Answered: 01/16/2009 Rating: 8.2 Views: 0
Can I use linq to sql on an standard membership table like aspnet_Membership ? I know it has a unique id of guid. I don't want to write a custom provider I just want to add an int column to aspne...
Zones: .NET, ASP.Net Programming, LI...Date Answered: 01/29/2009 Rating: 8.2 Views: 0
I'm trying to figure out how to perform an insert command using DLINQ. EVEN if I have Visual Studio build the classes for me, it does NOT generate the code to actually INSERT something into the dat...
Zones: ASP.Net Programming, LINQDate Answered: 02/05/2009 Rating: 9.1 Views: 9
This is something of a followup to another question : http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24115478.html I'm getting things a bit more clearly now, but I'm having...
Zones: ASP.Net Programming, LINQDate Answered: 02/08/2009 Rating: 8.7 Views: 81
I am trying to use the LinqDataSource in an ASP.net application.  I have two tables that have a relation between each other through a field call MPI.  I have setup the DataClass.dbml with the two t...
Zones: LINQ, ASP.Net Programming, MS Visual ...Date Answered: 04/20/2009 Rating: 9.1 Views: 0
Hello, I am trying to create a dynamic where parameter for my linq data source which is used by my GridView control.  My OnSelecting code is as follows: When I step through I see that my vari...
Zones: LINQ, Visual Studio, MS V...Date Answered: 05/08/2009 Rating: 9.1 Views: 30
hi, I got AnonymousType#1 error when I am trying this code below: I got error in foreach statement, The error is: Error      1      Cannot convert type 'AnonymousType#1' to 'MyTable'
Zones: LINQ, ASP.Net ProgrammingDate Answered: 01/26/2009 Rating: 9.8 Views: 9
Hi, I have a LinqDatasource who retirieve only 1 record at time (from a foreign table...) I would like to bind a value of this record to a textbox (I'm using telerik controls, Rad Textbox). I al...
Zones: ASP.Net Programming, LINQ, Visual Stud...Date Answered: 08/04/2009 Rating: 6.4 Views: 0
Hi all. I am trying to use linq to do a case statement in the order by but the problem is i have a custom column names that i want to sort on.  The only way i could get it to work was by writing an...
Zones: ASP.Net Programming, LINQ, MS Visual Bas...Date Answered: 08/14/2009 Rating: 7.0 Views: 0