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 & " " & ...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_24033119.html
need listview example insert update using linq to sql in code without linqdatasource
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24054762.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_24090893.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24115478.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24122526.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_24335730.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_24393351.html
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'
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_24081906.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24624067.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24555943.html