Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 15402(0.196 seconds)
Sort By:
 
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, .NET Framewo...Date Answered: 08/09/2007 Rating: 9.0 Views: 4
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 Rating: 8.6 Views: 0
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 Rating: 8.8 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, ...Date Answered: 08/31/2007 Rating: 5.6 Views: 0
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, WebApplic...Date Answered: 08/24/2007 Rating: 7.6 Views: 0
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 Rating: 6.2 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, WebApplic...Date Answered: 01/05/2008 Rating: 7.6 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, ASP.Net Prog...Date Answered: 03/10/2008 Rating: 7.4 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 Rating: 9.2 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, Visual ...Date Answered: 09/02/2007 Rating: 6.4 Views: 15