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'
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22751371.html
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]
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22759886.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22765177.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22779562.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22785529.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22786145.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22788144.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22796260.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22799003.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22801976.html