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 13476(0.008 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.0
I am trying to do this: if (ddlYears2a.SelectedValue < 2 .... but the error says: Operator '<' cannot be applied to operands of type 'string' and 'int'
Zones: ASP.Net Programming, .N...Date Answered: 08/09/2007 Views: 0
I need to format a  result.. & Request.Form("inches") This returns a number formatted as such [00.00]  It needs to be formatted as [00.0]
Zones: ASP.Net ProgrammingDate Answered: 08/21/2007 Views: 5
I have a VS2005 ASP.NET (vb) web application (IIS6/2003).  Within it is a class (right click on project/add new item/class) that I need to have grab a string value from a webform (vb aspx). I've...
Zones: ASP.Net ProgrammingDate Answered: 08/16/2007 Views: 0
I have a drop down list, a List Box and a Label on an ASP.NET forum. The dropdownlist is populated from my database.  It is populated with a list of Categories.  When the user selects a category...
Zones: ASP.Net Programming, .NET, C#Date Answered: 08/31/2007 Views: 12
Hi all. I am having what appears to be a newbie problem. I have created an ASP.Net 2.0 application that utilizes Forms Authentication using the generic Login Control provided with VS2005 authentica...
Zones: ASP.Net Programming, Visual Studio, WebApplicati...Date Answered: 08/24/2007 Views: 4
I have to develop a website that will grant access (for some specific files) only to an intranet community; therefore internet users will not be able to access these files. I do not have no idea...
Zones: ASP.Net ProgrammingDate Answered: 08/25/2007 Views: 0
Microsoft released the final version fo the asp.net ajax 1.0 and there was also another release of the toolkit. Can anyone tell me how to get to the updated toolkit release. I tried to get to the c...
Zones: ASP.Net Programming, WebApplicationsDate Answered: 01/05/2008 Views: 0
I am having a search box and it lets users enter keyword phrases and display search result. The problem is, if someone puts quotes around a keyword, the queryString will think it is an empty string...
Zones: ASP, Web Development, AS...Date Answered: 03/10/2008 Views: 0
Hi, I am using the following code to create a new bitmap; Dim bmOriginalImage As Bitmap = New Bitmap("Images/TempImages/PIC1.jpg") But I get a path error! If I use; Dim bmOriginalImage As ...
Zones: ASP.Net ProgrammingDate Answered: 08/30/2007 Views: 0
I have a simple aspx page that uses a codebehind page.  I'm using the line: <%@ Page Language="vb" AutoEventWireup="false" CodeFile="Default.aspx.vb" inherits="_Default" %> in my aspx file an...
Zones: ASP.Net Programming, Microsof...Date Answered: 09/02/2007 Views: 20