Hello All;
(ASP Classic / SQL Server 2005 Ent.)
I need to loop through several records (In the future there could be 100s of 1,000s of records in the database.
So the script is going to n...
I changed the connection string to get the page to load. Once the page loaded I had an error on the first field of the form. I added a record set and the page then loaded.
The problem is th...
The coding below creates a textfile from a mySQL recordset.
Is there any way of improving the coding so that it works faster?
I have an ASP page that is working well. I just need a navigation bar that will page through the next 20 records or the last 20 records.
I am having trouble converting the current nav bar t...
Hi All - I'm having problem with my hosting provider cache my Classic ASP page within IIS. I'm hosting with GoDaddy. Is there some sort of script I could run at the top of my ASP page to ens...
Hi experts,
I have a problem with the validation.
I try to send an email in html form using asp CDO and doing the validation of the form using javascript
but it seems that my code did n...
I have a list of data in a table with columns for State and School name
I want to loop through the data and for each new state create a new header based off the state
i guess i need am i...
I'm trying to parse the output from the following URL http://ipinfodb.com/ip_query.php?ip=216.239.51.99 to display the CountryName node from the returned XML. The code i'm using is below howev...
I wish to implement the code on the following website into mine.
http://www.bloodforge.com/post/Flexible-AutoComplete-(Suggested-Words)-Code-for-Text-Input-Fields-using-JavaScript.aspx
Now...
Hi there,
This is probaly a simple question, but javascript and cookies is not what I have been using the most so far.
I have a cookie which has been set by the ASP code below.
How do...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_24886088.html#a25783307
Dear Carrykiss,
my hosting company use SQL server 2005, can I use the same code for t...
I am having an issue with an ASP site in which users' sessions end in as little as 1 minute. Sometimes the site functions properly, but it seems almost impossible to determine when this will h...
I have this code that shows me the hour of an order but the problem is that the server is ina time zone that is an hour ahread on the local time. So i need to to be minus 1 hour.
This is w...
Hello Experts,
I have launched a Classic ASP application on Oct 14, 2009 and just last night I have started seeing a date / month mix up. This is happening in the following 2 ways:
1) O...
I Have a classic ASP page that connects to an SQL database and returns 10 records, I then want to display the records in a table which is 5 columns by 2 rows but it only displays in one row (...
Dear experts,
I have a fieldname of data type Money. We are using sql server 2005 and 2008.
Users want to be able to enter a negative number like -250.
When they attempt to do this, t...
Hi i want to write the contents of a text area to a txt file on the server using ajax and asp.
now i have the following
$(document).ready(function() {
$("#preview_...
I am making a portal using asp.net with C#.I need to host a poll which needs to be changed daily.So I am making an interface which contains the details necessary to be placed in the poll.Can I...
Hello,
i have had to rebuild a site, its orignal page was of html. the new site is asp. Google has indexed the html page from the past thus I would like to add a 301 redirect from the html pa...
Hi, everybody
I tried to use window.showModalDialog in my web application, but I found out that I can't customize it. I mean the attributes seem not to work. For example, if I set dialogWi...
Help,
I'm trying to build an SP that firstly checks if @agent is not like google or msnbot or slurp etc and only in the event that @agent isn't equall to any of the above, either updates or...
I have created an ASP poll project. Using a Web form, the user is asked to pick the winner of a race by selecting a radio button. The data goes into an MS Access database. (There are other qu...
Hi All
So i have a string "this is the string" that i want to change to this. "this, is, the, string" Any ideas how i can do this?
Ww
I'm working in ASP with SQL 2005 DB. I want to populate a field in my db table with a random value every time when a user logs in. I'm not sure how to best approach this. Any suggestions would...
I am working wtih ASP/VB. I have a report with over 1000 results, when user prints it the report the name of the columns is only printed on the first page, second and subsequent pages include ...