Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 15(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.6
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 Views: 92
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, .NET, SQL Syntax, SQL Server 20...Date Answered: 07/03/2009 Views: 4
I have a data table: Color     Size      Quantity black     XS         10 black     M           20 white    L            7 and use LINQ to group by color so it'll become: Color      XS ...
Zones: C#Date Answered: 04/12/2008 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 Views: 8
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, Data Manipulation, LINQDate Answered: 01/08/2009 Views: 25
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, Web...Date Answered: 01/09/2009 Views: 19
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 Views: 24
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#, ASP.Net Programming, ...Date Answered: 07/01/2008 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, MS Visual C#, ...Date Answered: 04/29/2009 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 Visual C#Date Answered: 05/15/2009 Views: 128