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 8854(0.006 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.8
Hi, I have the following code: -         If Not cmbProducts.SelectedValue.ToString = "" Then             dbOpen()             sql = "select * from dbo.Products where ProductID = '" & cmbPro...
Zones: MS Visual Basic, .NET, Visual StudioDate Answered: 08/07/2007 Views: 0
Hi, I have the following if statement: - If cmbSupplier.SelectedValue.ToString = dr("Supplier").ToString Then each item returns the exact same string but one is in lower case and one is in...
Zones: .NET, Visual StudioDate Answered: 08/07/2007 Views: 0
Hi, i have the following code: -             lstRigs.Items.Clear()             sql = "SELECT * FROM Where_Used where ProductID ='" & cmbProducts.SelectedValue.ToString & "'"             d...
Zones: MS Visual BasicDate Answered: 08/07/2007 Views: 20
Hi, I have the following code: - sql = "SELECT * FROM Where_Used where ProductID ='" & cmbProducts.SelectedValue.ToString & "'"             dbOpen()             Dim da4 As New SqlClient.S...
Zones: MS Visual Basic, .NET, Visual StudioDate Answered: 08/07/2007 Views: 0
Hello I have someone which is reporting an error while starting up my application. He does not have Visual Studio installed. What's the best way to find out where exactly in the code the error i...
Zones: MS Visual BasicDate Answered: 10/01/2007 Views: 0
Hi, how to eliminate 0 in string 01 or if string 000004 then return 4 Regards
Zones: MS Visual Basic, .Net Editors & IDEs, .NET Framework 2....Date Answered: 08/10/2007 Views: 0
Hi, How can i know which function is being  executed which running an application. Regards.
Zones: MS Visual Basic, Debugging, .NET Fr...Date Answered: 08/13/2007 Views: 0
Hi Experts, I'm migrating some VB.NET development work to a Vista machine.  As a result, a legacy COM DLL I reference within the code to create an interop interface (SAP library LIBRFC32.DLL) is...
Zones: SAP ERP, Windows Vista, Visual StudioDate Answered: 09/17/2007 Views: 18
I am trying to generate the dataset which contains multiple tables but when i am connecting this dataset to the datagridview in Vb.Net form no data is displaying Ok here is my code CODE : ...
Zones: .NET, MS Visual BasicDate Answered: 08/14/2007 Views: 0
Stumped with Trig Here's what I need... I have a graphics line (could be at any angle on the screen) I want to draw another line at the end of the first at 90 degrees so a T shape is creat...
Zones: MS Visual Basic, Graph...Date Answered: 08/17/2007 Views: 0