|
Home » Network Pages
A D V E R T I S E M E N T
Resource Directory
ASP Questions and Answers Page
- ASP classic on IIS7.5 issue causes the response header to appear in the body
I have recently moved a classic ASP web application from IIS 6 to IIS 7.5 on Windows 2008 R2. This site has run ...
- Deleting related records in diffrerent tables
I have these three tables [ Orders, order_Items, order_comment ]| -Orders- | | -Order_Items- | ...
- Mvc IFRAME, WebClient
get content my mvc razor projectThese will consist of only the user side.According to Page files makes IP addr...
- file path to the server classic asp
According to this code the folder exists when i give path as C:... , but it shows that the folder does not exist...
- Classic ASP VBScript return PC name issue
EDIT - Better asked maybe I need to get the value from the VBScript variable NAME into the ASP form, any attempt...
- ado.recordset “losing” fields
I'm working on an old classic asp project. The database is structured terribly, each row is well in excess of li...
- I`m getting following asp error
Im constantly getting following error,I searched in all websites,couldnt find it,this is my error "Micros...
- CSS Menu glitch on mouseover
I have an old CSS menu from CSSPlay (click here to see original), which serves quite well up to now, but every n...
- OWASP in Classic ASP
I am trying to use the OWASP with some Classic ASP app, but did not found much information in how to do it, like...
- Replacing “ with ” in ASP
As the title suggests, I am trying to replacing a " with the escape character ". The reason I am doing this is ...
- Save filenames in arabic using classic asp
Hey guys i am creating a runtime jnlp file for download and in that i got stuck up with the filename since it ha...
- Asp Login with global
I used asp log in in my project.my registration is like this:1- somebody register himself with create user asp.2...
- How to redirect ASPpage.asp?id=x to PHPpage.php?id=x
I have a dynamic news website written in ASP now I would like to change to PHP server which doesn't support ASP ...
- FSO OpenTextFile with french characters
Using ASP's file system object (FSO), I'm trying to read a txt file with OpenTextFile that contains French chara...
- Classic ASP: inserting into an array and getting type mismatch
I am trying to insert an int into one array and a string into another. For some reason I can't insert the int or...
- Need a quick and simple classic asp page to query records from a sql server database
I know this seems elementary, but I have been looking for 2 days and all i find is snippets that dont work. I am...
- Classic ASP - Create JSON object and store in database
Background.I have a requirement to transfer transaction data between different servers databases (all servers ar...
- FileSystemObject with Classic ASP does not working good on IIS7+ Win server 2008
Recently i move my classic asp application from Windows XP + IIS5 to Windows Server 2008 + IIS7.It is almost eve...
- T-SQL CTE + classic asp - which CommandType to use?
I have a CTE statement. When I try to execute in with classic asp the parameter is not replaced correctly:Set cm...
- Is a connection class in classic ASP overkill?
I am stuck with some classic asp files at the moment, but I'd like to consolidate some of the code. I found thi...
- RecordSet, Checking the Last Record
I am using the google chart framework based on a data in database...I need to generate an output like:([ ['Year...
- Securing classic asp ajax call
I need to be able to add javascript to an existing classic asp page that does an ajax query to a service a remot...
- Classic ASP : design and spaghetti code
I am stuck in front of a design problem for one of my script. Its role is to be a kind of an adapter between an ...
- Why can't I enter a NULL value using Numeric or Date type in Postgresql?
I'm doing a little application for the work and it includes a form. When the person using the form doesn't put a...
- x64 PC cannot connect to Salesforce from classic ASP
I can connect to Salesforce using classic ASP on my x86 computer, but when I try to connect on my x64 (Windows 7...
- Will VS 2012 support classic asp?
I have a classic asp application that I've been developing with Visual Studio 2010 and it's been the best versio...
- Logic issues in asp+mysql
I have a logic problem.I have some clients, in a MySQL database table.The client number is the primary key.Here ...
- Validation for Form and QueryString in ASP Classic using Regex. Almost working but missing something?
I'm trying to add some Input Validation in Classic ASP by using the function code seen below.The only one that l...
- Object Required - when trying to write to file
I get an Object Required error message when the following code runs. Can any help please, classic ASP isn't my s...
- Array combination with classic asp
how can i create different combination by using array elements? * Dim arr(4) arr(0)="a" arr(1)="b" ...
- ASP image button with frames
I am using with on command and command args which will redirect to a new page . But the new page is being displ...
- What's the nearest equivalent of DateTime.TryParse() in classic asp?
I need to do some validation in classic asp on some user-supplied strings to make sure they are valid dates. Ho...
- ASP code not reading SQL field correctly
I'm pulling a field from a table and doing different things depending on what the result is. Here's my codeIt ou...
- IIS 7 to return Classic ASP as HTML
I need IIS 7 to return a classic ASP request as basic text html. This is for an internal application that will r...
- addEventListener not working in firefox while synchronising scrolling 2 divs
I am attempting to synchronise the 2 divs on Screen, and for some reason, it is not working for Firefox.No error...
- MS Access Query won't work in Classic ASP
The following works in Access;SELECT Transactions.Date, Transactions.Time, Transactions.Direction, Tra...
- Send file to browser via form submission then redirect in classic ASP
I'm currently working on a project where a user will select a bunch of options, hit submit and then the page tha...
- ASP to Access dababase - SQL join query
Imagine two tables in the same Access database;Transaction - Date - Time - TransactionNumber - UniqueID - Except...
- Silverlight 4 variables into asp HTML form with hidden fields
I'm currently trying to integrate a payment system in a Silverlight 4 application.The thing is, that the way of ...
- SQL Server : ifelse based on row count
This statement errors if there are no rows in the select statment (select top 1...)update tHomePageWorking set n...
- VBSscript regex replace text between curly
I have looked at multiple expamples here and they all partially work but not all together.I am trying to create ...
- Javascript Show Hide correct div
I have a page with a drop down with 3 items:Item 1Item 2Item 3 Currently there is Javascript to show or hide a d...
- Add file at root of zip file using DotNetZip with classic ASP
I have DotNetZip installed and running fine on a Windows 2008 server.Using a classic ASP page, I want to bundle ...
- Trying To Prevent Repost Data on refresh
working with pre existing code just a simple patch i added ontop first get the variablesbridge = namef & valuef...
- Trouble displaying meaningful error message on webpage
I'm trying to get some type of meaningful error message instead of some generic HTTP 500 error message. ...
- How to know the address of the webpage from which was clicked?
I have a login.asp page. Whenever the session expires, the user is given a link to the login page to log in. Aft...
- Classic ASP bizarre SQL error
I am connecting to a Access DB, with following Conn StringConn.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURC...
- If back-ground colour changes, update database
I am working with a colour palette where a user is presented with several colours.When a user clicks on a specif...
- Pass string value back to parent page
I am currently working with color palettes.I have created an HTML page that displays 3 color palettes each with ...
- msxml3.dll error "80070005' access denied on webmatrix .asp document on XMLdocument.Save()
This is the code that doesn't work:") xmlSave.Save("test.xml") >Do I have to give permissions somewhere? ...
- jquery data tables dreamweaver widget - dynamic table sort issue
I am new to web designing.I am designing a website where users can log their issues. Each user's issue are shown...
- ADODB.connection is returning null value in classical asp with windows 7
I am working on a asp site. It is working fine with windows 7 but after installation of media-wiki its ADODB.con...
- querystring to json in classic asp
i'm a beginner in ASP.Net and this is my first question in stackoverflow... i need to transform a query string, ...
- ASP Classic to VB.NET - Recursive Function including RecordSets
I'm hoping someone can help me think this one out because I'm stuck.We are slowly migrating a ASP Classic web si...
- counting shopping cart 2d Array items in asp-classic
I have a shopping cart that using 2d array Cart(3, 20) to store user shop in a session.It storing data like this...
- Background color fom database ASP MySQL
I am trying to have my asp-classic pages display the background color based on the six digit hex value sent TO m...
- 2D Array - Does not updating quantity as i want
I got a shopping cart code that using a 2D Array to store user order in a Session We have some const here:CONST ...
- Classic ASP - REMOTE_HOST variable
I have a classic asp application (intranet based) that uses the following statement:Host = request.servervariabl...
- Get URL variable from ASP page
I have an iframe on my page and I would like to add a variable to the iframe source only if the variable is pres...
- IIS 7.5 ASP.OLD .NET4 class Library (dll) not reading .Config
I'm calling a .NET4 class library from an ASP.OLD (classic) page on IIS 7.5. All the interop is OK & the call is...
- msxml3.dll error "80070005' when trying to save XML in ASP
I get the error when I try to save the file. What can I do? ...
- IIS 7 does not execute a cmd file from a asp page
I have a asp page which should call a batch file (someBatch.cmd). The batchfile is working and can be executed v...
- Source IP address of a SQL Server 2008 connection in Classic ASP
I’ve got a Classic ASP app that connects through a firewall to a SQL Server 2008 database.However if I add a sec...
- SQL Help : Counting latest status of each sales
I have tbl_sActivity that looks like this: act_id | Client_id | act_status | user_id | act_date 1� � � � � � � � ...
- Is this some type of asp vbs SQL encoding?
I've got a VB script pulling the attribute below and passing it to a server-side script (I don't have access to)...
- Can't see the errors on classic asp sites
There are sites that I am trying to migrate from Windows 2003 Server to 2008. Some of the sites shows blank page...
- How can I load access data if this data has length=0?
I am loading data from access db but i have a problem with columns that don´t have lenght.Here is asp code:sql= ...
- Is is possible to include ASP MVC Views in a Classic ASP Page?
We are in the process of replacing a classic ASP site with an ASP MVC site. Currently it's running as a hybrid o...
- How to run ASP in XAMPP?
I have tried installing the asp mod into my xampp, however, I got a Server Error when I am trying to run a asp f...
- ASP quit working today?
All of a sudden on a working Windows 2003 server - ASP just up and quit serving pages?I have a simple hello.asp ...
- SELECT LAST_INSERT_ID - not producing numerical value
I'm trying to get the last inserted id from my DB to use in another query, but... when I check if it's a numeric...
- how do i make a vbscript data type subtype LONG to get it to be 2,147,483,647?
I have a web page that displays 10 images at a time from a directory.In the directory I have now 55,000 images.O...
- Write a file containing ASP delimiters
We have lots of files containing image static file references to resources on our site. As we are moving these...
- Classic ASP HTML email form
I'm using Gmails external mail server to send product inquiry forms from my website. The form itself sends fine,...
- ASP SQL Server - from to dates based on months of year
I have an ASP page linked to SQL server. Basically I need some queries will extract all records between certain ...
- How long time till a Weekday or a Date
I want to find out how long time there is till a specific Weekday from Now.I have searched everywhere, but can't...
- HowTo combine huge ASP Classic site with .Net
I'm running a large classic-asp site (self-developed) for a public library (25k users) which actually performs r...
- Table data not showing client side
Some ideas would be great on this.. I'm trying to show news articles on this page here. but it's not showing.The...
- Highrise API with Classic ASP
I am trying to input contact via API with the Highrise API in Classic ASP.For some reason it is returning the co...
- Code working on XP but not on Windows 7
I have a compress utility page in asp, which makes a zip file. I also have an ActiveX component which is used to...
- How to store a file in SQL Server databases using classic asp?
I am trying to store a file in a SQL Server 2008 database. Since the size of file is small, performance is not a...
- Ajax returns correct results but Wrong Format
I am working on a tol using classic ASP, Ajax and JQuery and am at the final step am now start getting a weird i...
- failing to get attribute from a xml in a asp file
I have been trying to get one of the attributes from the following xml,From the xml specified,i have to get "t" ...
- How can I call asp page with parameters from html link?
I´m trying to call asp page from html link but with paremeters. Is that possible?">CaducadosI know why this fail...
- classic asp if statement issue
I have a if statement which I am pretty sure it is correct and should work. But for some reason it is not.while ...
- Validate form field to make sure it is not empty
Everyone i am newbie to ASP, I wrote a code that should take the input from HTML form.I have given one textbox t...
- SQL 7 & Win2k Server- Restored database, login fails
I run a Classic ASP web application on a Win2K server that is also running SQL 7. Everything was going great unt...
- Is it possible to use named parameters when command type is adCmdText?
I'm trying to use named parameters with following query through Adodb.Command but no luck.Select * From mytable ...
- IIS 5.1 and classic ASP “The type of page you have requested is not served because it has been explicitly forbidden.”
I know a similar question was raised on this in 2009, but I am really baffled by this.I have a Windows XP develo...
- How to make a folder in the webserver uploadable?
I am using IIS 6.0. I want to setup a folder where user can upload some files. Can anyone suggest a step by step...
- Display colour from html code read in from database
I have written a simple asp command that is retrieving HTML colour codes from a database and these are being dis...
- I need to create replica of asp.net in classic asp code. Please suggest
I need classic asp code of following asp.net code.asp.net-System.Environment.MachineNameasp.net-Server.MapPath ...
- Redirect users to a new page with ASP classic
I am new to ASP.In my current project I want to add a banner and by clicking on the banner we are showing a page...
- Understanding financial formulae in ASP Classic [closed]
I wish to make a PHP based financial calculator, I got ASP source code from my friend, but I don't understand th...
- rdsserver.datafactory converttostring failure
I have a classic ASP application written many years ago that I'm trying to fix. The following lines recently st...
- ASP Classic For each loop
Is For each loop can be use in asp classic and if so, how to loop through all controls of the page?? ...
- Audio Tags injected by javascript vs static audio tag in CHROME breaks the socket connection
I have an interesting problem with CHROMEI have an IIS Server which is serving mp3 ogg depending on the browser....
- In a classic ASP application, is it better to use a session or cookie for cross-page data persistence?
I have inherited a fix on a classic ASP application where we want to store some user session-specific data to pe...
- Is this Enough to Secure againts SQL Injections?
I'm trying to secure a older classic asp web site (that has about 1,000 (.asp) pages) using MS SQL 2008 R2 (Expr...
- Generate Hexcode in php
basically i want to create a pin in digit only and token in HEXADECIMAL form and exact same length of 32bit and ...
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|