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: 51 - 75 of 607
 
Hello, I've just registrered an account here today, hoping that some of you can help me with this problem. and a lot of searches through google always ended up here :) I'm looking for a ...
I am trying to connect to a third party API using SOAP and classic ASP. The instructions that I have are based around .NET.  The rest of my application is classic ASP and I'm not too famili...
Hi Experts, I have a form (buyerupdateform) on an ASP (edit.asp) page which displays and allows the user to change the data. The fields are: Name:recordnumber - type:label - value:<% ...
Hi, I've been stumped for the last while. Need help on this problem. I have a flash movie that I have published in an html. The Flash has a form that "onRelease" sends the form variables to a...
I need to see if any querystrings exists; otherwise, redirect the page.   This is in an asp page.   I need help  with the syntax. If request.querystring isNothing then    page.redirect("he...
Hi, I'm trying to create a file in a folder which is outside of my local host (where my application has been hosted). But when ever i try to create a file(pdf) i couldn't able to do it and re...
I have single aspx page developed in vS 2005. Can I put this page under IIS, wwwroot  in a machine which has only VS 2003 and run the page. Will it work? Could you please clarify me this! ...
If I update a cart quantity of zero, I get this error Microsoft OLE DB Provider for ODBC Drivers error '80040e23' Row handle referred to a deleted row or a row marked for deletion. T...
Ok i have a previous question: http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23508088.html which was answered correctly and did the first step of what i need...
I open a window from <a id='pm' href='mypage.asp'...><img ..></a> I have a close button (image) on mypage.asp with <img src="Close.gif" name="close" alt ="Close Window" style="cursor: h...
Hello, I am getting an error message when searching in my ASP form. It sometimes times up and sometime works on the page. It is saying "Could not find prepared statement with handle -1." It...
Hello all,  I am trying to make my life easier by trying to code multiple data entery page. What I would like to do: 1.  Choosing a category (Categories will be listed from database) 2. ...
I have a form in an ASP page and I have a nice little Javascript form field validator that works very well except I cannot figure out how to make it work for checkboxes.  I have three checkbox...
I have a HTML page that currently runs a swf file. I need to modify the file to have it also update a count node inside a xml file. How do I go about doing this? Here is my html file ...
Hi, I would like to know if there are any ways to send information over to another page using a drop down list. How to get it passed to the next page such as to plan.asp with the code being...
Need to add a value from a seesion variable to a URL string. Currently have code that creates a table of links from a SQL table <%While ((Repeat1__numRows <> 0) AND (NOT rsLinks.EOF)) %> <t...
i have a form on one page that has multiple text fields that are populated dynamically with database entries. These fields are then able to be modified, and submitted for validation using rule...
Up until a week ago any form submitted from my website would use the Email address provided by the user in the Email field to populate the From: field but now suddenly it has stopped. Every em...
I have an xml file containing multiple records that I need to insert into a SQL2000 database table called Images. I would like to know the best way to do this when their could be a hundred rec...
Hello Experts, I have the script which gets the data from 2 different tables and it displays fine the data on the page, except the notes field. In the ATOrders table there is a column nam...
I have a form with a checkbox array. How do I determine which elements of the checkbox array were checked in the asp script that subsequentially processes the form?
For most of my sites, this is the ocde I use and I would like to convert this to Stored Procedures using paramtised variables <%            'Response.Write DB_con      'Response.End ()                  p_us...
I need some advice. I want to validate a string to ensure it contains only comma deliminated numers. Ideally I want to ensure the first and last char is a numer so as I might use it in a selec...
Hello Folks, I've this query: rs.source = "SELECT * from accessform_appSys where formID="&request.QueryString("id") the problem with this query is, sometimes the formID doesn't exist in ...
OK, I inherited a base set of code from a previous programmer.  This set of  code deals with built in site search.  It is used to highlight the words the end user searches for on the screen.  ...