Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ASP Solutions: 101 - 125 of 607
 
Hello,       I have a database table which stores data used to populate html tables.      Each entry in the DB table corresponds to an element of the html table.      I receive all the da...
I have an application that includes company and employee addresses. I need to add the gps longitude and latitrude coordinates to the data base. When I add or update addresses I need to update ...
Two domains are created: apps.domain.com domain.com apps.domain.com is being hosted on one Windows 2003 IIS 6 web serer as well as domain.com. When a user accesses domain.com the credent...
I have a dropdown and a listbox. The dropdown should be populated from a record set on page load. And the list box should also be populated from another record set based on the default value ...
Hi, I have a form which is using POST to another page to check for a captcha code for verification.   I want to move a java script which works 'fine' to the posted page so It checks through a...
Hello, In a Classic ASP application I have a value in a variable that contains a number in bytes (example 2389977645).  I want to display it so as it uses commas.  I have found the FormatNu...
Hi, I developed a web application using VS 2008 and it worked fine in debug and by running as http://localhost/APP/APPStart.aspx on my development machine. When the client installed the publi...
I recently had to rebuild a website that crashed as a result of a server malfunction. I've got everything back up online, but when I went to run through the Shopping Cart processes, the moment...
Hello Fokls: I've this html code          <input name="t2_fas1" value="63" type="checkbox">21 Oncol<br />          <input name="t2_fas1" value="65" type="checkbox">21 of ALA<br />          <input ...
I need to be able to allow my users to upload an Excel file from a webpage. It will only need to accept excel files.  They will vary in size from a few kb's to a few megs. Can anyone sugge...
I would like to validate this form before the element values in the form are updated. Please give a sample of code on how to do it.
I have an access database and am building an asp page to populate an access database. I created a form which in turns uses an asp page to update the database.   I can get the form to dis...
I have a aspx page within SharePoint that diplays a network folder share in an iframe view. This works fine, except I need to make a large number of these pages all pointing to various folders...
Hi, I am attempting to create an image gallery from a database which will download the queried images to a temporary folder, create thumbnails, and display the thumbnails linked to the full-si...
Has anyone done any basic ASP mail scripts that worked on a Network Solutions hosted account? I tried one with CDonts, but don't think I have the correct server info. Does anyone know what sh...
I sort of did this before, but it doesn't work right and I want to start from scratch.  I have attached some pseudo code, and I would appreciate someone telling me how to make it update the di...
I have an HTML form containing a series of checkboxes all named 'indicator' that I can post to an ASP page. (not .NET) I figure I can pass a comma delimited string of these values into a SQ...
Hi, I was asked to fix someone else code :( This is classic asp web application, using vb. One of the things I would like to add is an access to AD and to get all managed objects for a spec...
hello, i have created an .asp file that lists the files of a directory.  I would like to know if it is possible to list the contents of a local dir like My Documents od Desktop?
Dear EE community, Just for my peace of mind, would you please check that I'm doing this properly. Basically I'm trying to subtract a set number of days from a DateTime or Timestamp. This v...
I am determining a filename by reading a key value and appending the ".jpg"  It is supposed to exist but it is maintained by another vendor (who we have permission to get images from) and some...
I have a form where I get a date from the user. It is formatted as a short date like "09/22/2008". I need to take that date (vDummyDate) and subtract 3 days from it. I assumed I would use t...
Hello, I am well versed in classic asp but am new to facebook programming.  I've been all over the facebook site trying to find the facebook.asp file but am having now luck. I have an exter...
Hi, I am displaying a field on an ASP/Javascript page. <%=(QnrSentGroup.Fields.Item("QnreData").Value)%> The problem is that it is in a column with a fixed with, and it is HTML code a...
I have created a classic asp page pulling data from a SQL Server 2005 database. (I'm generating these files with DBtoHTML Express and it doesn't allow .aspx file extension) If I set the field...