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 87(0 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.2
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 Views: 22
need listview example insert update using linq to sql in code without linqdatasource
Zones: ASP.Net Programming, .NET, LINQDate Answered: 01/16/2009 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, LINQDate Answered: 01/29/2009 Views: 4
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 Views: 4
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 Views: 74
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, ...Date Answered: 04/20/2009 Views: 4
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, MS Visual C#, Visual StudioDate Answered: 05/08/2009 Views: 13
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 Views: 8
I have a LinqDataSource:  <asp:LinqDataSource ID="InvoiceDataSource" runat="server"            ContextTypeName="LinqData.GLWDataContext" OrderBy="DOCDATE desc"            Select="new (SOPNUM...
Zones: LINQ, MS Visual C#, .NET Framework 3.xDate Answered: 08/03/2008 Views: 109
I am looking for the best way to be able to implement paging onto GridView's that get their data from our LINQ DAL. The way we structure our applications is as follows: 1) We have a seperate C# ...
Zones: ASP.Net Programming, MS Visual C#, ...Date Answered: 09/10/2008 Views: 70