Enter Keywords:
1 - 10 of 14(0.001 seconds)
Sort By:
 
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...
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 ...
Zones: ASP.Net Programming, SQL Serve...Date Answered: 07/03/2009 Rating: 6.0 Views: 0
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.
Zones: ASP.Net ProgrammingDate Answered: 01/13/2009 Rating: 7.4 Views: 0
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 ...
Zones: MS Software, LINQ, Data Ma...Date Answered: 01/08/2009 Rating: 9.0 Views: 13
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...
Zones: LINQ, ASP.Net Programming, WebApplicatio...Date Answered: 01/09/2009 Rating: 9.0 Views: 0
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 ...
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.
Zones: MS Visual C#, LINQ, ASP.Net Pr...Date Answered: 07/01/2008 Rating: 9.3 Views: 0
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...
Zones: ASP.Net Programming, AJAX, MS Visual ...Date Answered: 04/29/2009 Rating: 8.4 Views: 0
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...
Zones: C#, ASP.Net Programming, MS Visua...Date Answered: 05/15/2009 Rating: 7.6 Views: 42
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...
Zones: ASP.Net ProgrammingDate Answered: 02/14/2009 Rating: 9.3 Views: 4