Hi Experts,
I have a silly error, not sure what it is?
Maybe ADO Version? If so, how do I check, how do I change?
../GenericAjaxCom.asp?strSP=spAddEmail&strParamName0=@intOwnerID&strPar...
Hi,
I'm looking for a function that retuns True(1) or False(0) if a record allready exists in a database .I'd like to use it to catch duplicates. before a new record is posted.
Also how it ...
I am trying to debug a web app in Classic ASP on my new server (Windows 2008 x64, IIS7). I can debug this fine on Windows Vista (32bit) IIS7 as it comes with with the error and line number. Ho...
Hello Experts,
I am trying to store ids and some corresponding text to the scripting dictionary.
Please can someone advice me to get the attached code snippet to return the result in the ...
Hello is it possible to using a DLL in ASP without registering (regsvr32)?
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...
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...
I set a cookie using the javascipt function below. In a different area of the site I'm trying to pick up the cookie using Request.Cookies("cookiename") but it doesn't see the cookies set by t...
Hey all i am having the hardest time trying to submit a form using ASP. I have posted the code below that i am using... What am i doing wrong? I get no value when getting the "txtName" from th...
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 need to take the results from the first IF statement and run the string through the second IF statement so all formatting is correct prior to submitting into the DB. Each IF statement works...
I have a piece of software on my web server that contains a DLL. When I try and register it, it says it cannot be registered because there is no entry point.
Is there anyway that I can refe...
Hi
I have an asp website which includes a listbox in which the user can select only a certain number of items. The number of selected items has to be shown in a textbox on the page.
The ...
I have a link to display details in a page, i only want to display the link IF the field displayed below is longer than 20 characters. I need it in both ASP/Javascript and ASP/VBScript.
Th...
Hello,
What's the best way to detect a session array variable is set to nothing?
I'm trying: IsEmpty(Session("sorted_array")) ...
But, it doesn't seem to work right.
Thanks in adva...
This may seem to be ridiculously simple question, but I have now spent two days fooling around with it and Googling possible solutions until my fingers feel like they are about to fall off and...
i have the below form fields .. when i am in the edit mode, it is selected both ..even if i check 1 field and save it... i think it is because of the function instr () also it equals both valu...
I want to set the field 'RoomNo' = to a value that I have in 'strRoomNo' but when I run the code it asks for the parameter value of strRoomNo. How do I change my code?
Thanks
mySQL2 = "U...
Hey Experts!!
I want to update a single database field with a single checkbox. Ultimately, the user would click the checkbox and it would obviously submit the checked value, refresh the pa...
I have a weird situation...
I have a text file, that is a tab delimited file, so I am splitting the line based on vbTab. Well... not every line has the same upper bound. How can I force ...
I have an ASP Page written to query an SQL 2000 Database and the amount of reocrds is about 400000 lines.
The page is programmed to page the results but the age keeps timeing out.
I have...
I have created a hidded field and and trying to collect data from the url to insert into it. for example if the url is
www.mysite.html/?test=100
I want "100" to be inserted into my hidde...
If using the File Access Component in classic ASP, if you open a file for write (to overwrite existing data), does it "Lock" the file so no other users can open it during the time of the re-wr...
How i can solve the error?
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/old_alumnionline/Include/login.asp, line 2
The Include file '../connection/connector.asp' canno...
Please assist with the following code. I would like to get the form element value displayed in the confirm message.