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 909(0.018 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!

6.6
Let's say I get a DataTable something like this:    Dim oDataTable As System.Data.DataTable = New Data.DataTable("test")    oOleDBCommand = New Data.OleDb.OleDbCommand("SELECT * FROM A", oOle...
Zones: .NETDate Answered: 04/09/2003 Views: 4
Im completely stuck here ... I have a form with a toggle button that, when pressed, loads another form. The first form has data, the second has a graph. The second form's graph and the first form...
Zones: MS AccessDate Answered: 09/30/2003 Views: 0
Hi guys, I am creating a ASP.net page using VS code behind technique. But got a problem with the accessing scope of DataTable. I wanna create a DataTable and assign it to a DataGrid. The content ...
Zones: .NETDate Answered: 08/19/2003 Views: 0
hey all, through help on this site, i have sucessfully created a DataTable that uses two of my SQL database table and creates a third table from their information. Now, i need to take this third...
Zones: .NETDate Answered: 10/01/2003 Views: 0
Hi, How do I iterate through the files and folders in  a directory on disk e.g. C:\MyDirectory so that all the files in the directory as well as files inside different folders(may be hierarchical)...
Zones: C#Date Answered: 08/06/2004 Views: 0
Hi, This is my first vb .net project, so it's probably something simple. When my code runs, I get the following error. (code pasted below) The example was taken from msdn. Thanks for any he...
Zones: .NETDate Answered: 11/14/2003 Views: 0
There are several public separated datatables in a form. How can i enumerate these tables by name ? Thanks
Zones: C#Date Answered: 08/09/2004 Views: 0
I am trying to add to different columns to a datagrid, the adding of columns works but the data gets copied to the whole grid when more then one check box is checked.  Basically i have two checkbox...
Zones: .NETDate Answered: 03/03/2004 Views: 0
I have a GeneralDataTable class that inherits from the DataTable.  In my GeneralDataTable I have some private variables and public propties. In my form I declare a GeneralDataTable.  Then via r...
Zones: MS Visual BasicDate Answered: 05/31/2004 Views: 4
I noticed that there is an item u can add to your solution that is called dataset1. Now in my programs I usually do something like this  Public datatable As New DataTable comad.CommandTex...
Zones: ProgrammingDate Answered: 09/08/2004 Views: 12