Hello,
I need a solution on how to INNER JOIN two tables with LINQ in a class file which I can utilize from an ObjectDataSource control. I want to do development in object oriented fashion. Curr...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23944703.html
Zones:
LINQDate Answered: 02/21/2009 Rating: 9.6 Views: 23
I am using Visual Web Developer 2008
I have a gridview that has three columns with headers: Task, WeekEnding and TaskStatus
I am would like the Task to be the Header
WeekEnding to be the Row ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24525275.html
I am hoping someone can explain to me why my form is posting the same data to my database table TWICE. I can not see where at all and the code is no different to code I have used elsewhere.
Thanks.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24047125.html
Hi folks,
So I'm working on a small project and I thought it would be very nice to use the Entity framework to access the data I need to build this CRM tool I'm working on. I'm going threw the ...
http://www.experts-exchange.com/Microsoft/Applications/Q_24029222.html
I am trying to implement an app using asp.net vb and link and am getting the following error:
Parameters cannot be sequences.
What does this mean. I am totally new to linq and I have NO idea wh...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_24024266.html
When using the LINQ OR Mapper is there a way to force the designer to use the SQL Meta Data to grab the default value properties and set the Auto Generated Value to True, from the default value of ...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23418342.html
Zones:
LINQDate Answered: 05/29/2008 Rating: 6.6 Views: 31
I have a collection of items (List<People>), they have
ID
NAME
EMAIL
PHONE[]
The PHONE is an array of phone numbers, how can I order the list by Phone Number?
Thanks a lot.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23530521.html
I am trying to use a ModalPopupExtender to pop a form and edit a selected row in a grid view. Everything is in the same page but my information is not getting passed to the pop up. How can I pass t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24366055.html
I have an input form that handles a null date of birth
datetime dt
customer.Dob = DateTime.TryParse(Dob.Text, out dt) ? dt : (DateTime?)null;
Now I want to do the same when populating the fo...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24411699.html
I am tryint to write a column of data from one table to a currently empty column in another table.
The first table contains one row for every food with columns for all the nutrients food the foods...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24141706.html