I am using the connect string below.
When it opens and closes on its 10th time, it hangs on one of the recordsets.
See complete code in attachment.
I suspect it may be the connection strin...
Hello all, I am trying to loop through my query and add up the values contained in verify.total I want to display this as a total. Veriry.Total contains small numbers under 100 I am display...
Hello, I am trying to create a simple ASP drop down menu on one of our webpages that depending on which choice is submitted in the drop down will redirect the user to another page on our websi...
I have a website were you fill out a credit application. After the user hits submit it adds the data to a db and send an email to the user thanking them for taking the time to fill out the app...
Now that I have solved my last problem with the redirect. How can I pass the variales along to the next form so they are shown on applicationfinal.asp? You can view this if it helps at: http:/...
I have a form on my site with radio buttons. How can I pass the Radio button value from one form to another and have it check the correct button of form 2 using a session variable.
I've taken over a website from a guy who hosted it on his own personal server - I lease a Server from '1 & 1' - the site uses ASP/VBSCRIPT and because i'm now hosting it on a leased server, so...
hi
can anyone give me an example of an elseif statement using asp
basically i want to say if the value speakername exists use speakername if the value speakername does not exist and the ...
hi
I have a list of names returned to an asp page. I want each value to appear in a text box, can anyone give me an example of the ASP syntax please.
Cheers
I have a problem, i am trying to do something i havnt attempted before and dont know how to go about it.
I have 46 check boxes on a page, i need to collect the id from all that have been ch...
Ok, same scripting as the last 3 questions lol, now I hate to say it but I have this error and the revised ASP/SQL script is attached:
Item cannot be found in the collection corresponding t...
Hi
I am working with asp. Is it possible to make text appear only if value exists? for example
I only want the text "Other speaker costs" if the & rs.fields("otherfee") is not null?
tha...
The following asp page is not appearing. I had a syntax error and fixed it but now the page doesnt show.
Hi
I have created my first ASP page and now I would like to test it in my browser can anyone tell me how please?
My machine name is machine125 the page is called report.asp. report.asp ...
Hello Experts,
I created an asp page on our intranet that is HUGE for our service techs. It has 190 questions on it, most of them being one character answers (either O,R,X). I am trying to ...
hi I would like to use onclick to post a value to a textbox without using a javascript function is it possible?
thanks
Head out to http://asapawards.net/Store/HYSA.asp. When you click on any of the "medals," you get a pop up that has a picture of the item - at least that's what's supposed to happen. It works w...
Sometimes I get a list of email addresses and some of them is wrong, missing @ or
"test@hotmal.com" should be "test@hotmail.com" and so on. I there any smart solution to repair that sort of ...
This page should work and in fact does work on another server. I made some minor name changes in the name of the page but nothing else. There are three other pages two of which get the same er...
Hi,
I just want to know a possible solution for the script to figure out how many days there are between two dates, and them insert them in a database (no matter if it is between two months...
We have a script that inserts records into a MS Sql Server database. The insert query is in the code window.
Notice the response.write statement inbetween the query construction & the e...
Hello Experts,
I'm trying to use the following ASP script to accept data from an
HTML form. (response_form.html).
When executed, all I keep is getting is this:
ADODB.Recordset error '800...
Hi guys
i am trying to use a navigation record script in my localhost, but i am getting this error
Technical Information (for support personnel)
Error Type:
ADODB.Recordset (0x800A0C...
Hi, there are few problem that i have for the error message
here is the code below
the code is from carrzkiss
first problem is the error message is always in the top left corner of the ...
Thanks to previous help provided here, I've got a page with two dependent dropdowns being populated dynamically from a database - both dropdowns are being populated correctly from the database...