I have been looking at this for hours.. Can someone please help me with this. Everything works fine except the Insert Into section. It hangs up and gives me a 500 error.
I have doble checke...
Hi,
I have an ASP page that displays Some employee data from an access database. The code is working fine. I need some kind of formatting on this like:
- Have title for each field (Name, Ti...
I have the following statement in my asp to set a value but when the value is saved it appears to be rounding up. How do I prevent this???
fee = 112.97
hi
i am using asp and mysql. i am passing date value as a parameter and keeping the date value in session. my date format is now dd/mm/yyyy hh:mm:ss. i want to change this format and using ...
How do I go about pulling records from 2 tables? Do I use INNER JOIN? Im stumped on this function& I have two tables that I need to pull data from using SQL with a date lookup. How do I JOI...
I ended up changing my paging method lately, but I just found where I will run into an issue...
the issue is, if there are a ton of pages.
the following code displays like this:
< << ...
I'm new but can somebody explain to me why this isn't working? I have to bring information over from a form vendorid is an int and product type is an int and vendord is a textarea going into a...
I have two radio button groups in the code. I would like to control the first radio button group with the radio button group below using javascript.
Please suggest with code.
I have a complex asp that has three ifram windows, becuase there was not better way to do it.
one of the windows is a navigation which has links that open elements in other windows. All is...
Classic ASP VBScript
MS Access
Hello, all.
I am trying to use ASP VBScript to list the columns of a specified [table].
I am currently using a script to just show ALL the tables in an...
hi can anyone tell me what request.form does and how it differs from response.write?
thanks
Hi.
I am working on a web-application where I want this to happen:
When a user clicks a choise in a dropdown-menu, a popup-box will ask the user a question. By clicking "no", the user remain...
Greetings all,
I am mystified as to why the link to a PDF file breaks in some instances but works fine in others.
For instance, if I click on the link with a PDF name like this:
9923750...
I have a few web apps developed using classic ASP - I am gradually converting the sties to ASP.Net but cannot find a way to run the Classic ASP scripts using Visual Web Developer 2008 Express ...
Hello, I'm looking for suggestions on using checkboxes for a search. I can dynamically populate the values on the form, but I need to figure out how to get those values to search a field in th...
Hi!
I am developing a small search page (.asp & MS Access as backend) to display telephone number, when someone search a name.
I would like to display three fields namely 'Name' & 'Depart...
need to format querystring with the values ,
for Eg, The below unformatted url should be altered,
http://somewebsite.com/test.asp?n...
Experts,
I developed a small site back in 2005 using ASP (vs ASP.NET). The site is running fine, but the client has asked for an update and I can't figure out how to connect to the db in D...
I'm trying to add an anchor point to a query string. Is this possible?
My anchor looks like this:
<a name="foo" id="foo"></a>
I've played around with the following examples:
test.asp?ID=...
I am trying to display data from several different tables on the one asp form. From which tables the data is displayed depends on a field entry (category) i.e. if the field entry is 'Web' then...
HOW TO GET ERROR CODE AND ERROR LINE NO IN .ASP PAGE
How can I control if my web site is vulnerable to SQL injection?
what was the sentence of sql injection?
Hi all,
I am trying to embed a SQL (400+ lines) query into my ASP file and getting the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL...
I have a timesheet form that Updates Multiple rows.
I now need to be able to insert a new row.
2 Things seem to be happening.
1 is it inserts the row but not the initial values i'm expectin...
I really need to figure this out and it is so simple, yet I am totally missing something. The code I have is for connecting to an Access DB, I need to connect to my SQL server. Can someone sho...