Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ASP Solutions: 26 - 50 of 644
 
Our database server died and we rebuilt it last night. Restored SQL 2000 from the SQL backup and restore procedure. Now any of my .asp pages on my web server that read or write to that db serv...
We have inline SQL in classic ASP. We were running fine for the past 5 years, but we got hit with an injection attack on friday. Before we convert them to stored procedures, somebody help me w...
I have a master page that has a several buttons on it. I would like to change the master page of the current content page based on the button that was clicked. Sounds like it should be simple ...
I have a dropdown and want to retreive the default selected value without submitting the form. can we retreive the value as request.form("select1") without submitting the form?
I started noticing the following link showing up in my 500 error reports. Everything up until the "DECLARE" statement is correct.  Is this some new form of SQL Injection?   some_dyanmic_pa...
Hi all, I'm using classic ASP and Javascript and am getting the following error when I try to display a memo field on the page: Microsoft JScript runtime  error '800a138f' 'rsNewsType1....
hi, i was just wondering if there's less cumbersome way to declare a multi-dimensional array like the attached. i was hoping for something along the lines of: cpfEvent(0) = (0,"some t...
Hello Experts, I am returning some record IDs from ASP function and I want to assign these IDs to javascript variable. Please can someone advice me how? Thanks Sam
I have  a text area and I need to display some items in text area with one item per line. I have the code as in attached. I want to display one record per line. Please correct my code. T...
Good Morning, I am getting a is an unexpected token. Expecting white space. Line 13, position 24. error  in my Web.config file. I am attacning the code. Thanks for help.   An error ...
Hello, I am trying to play mp3 files in an embeded Media Player object (HTML). The audio files are stored on a separate server (that the web server can access). I manage to make to work ...
I m using datalist in my application and i m binding datalist with lisq to sql liqdatacontext db=new linqdatacontext(); var products=from p in db.products where p.productid>0 select p; da...
I have 2 stored procedures as attached. How do I add parameters to the command object in ASP page? As I am new to ASP, Please guide me how to do for both the stored procedures? I am using S...
Hi, I'm converting my site to Unicode from windows 1255 (Hebrew). I have 2 problems: In some parts of the site, I have to use data which is encoded in Windows 1255 (Because I can't force my...
I'm currently building a simple Ecommerce website and when going through the pages that collect the information I keep getting the following error: Microsoft VBScript runtime  error '800a00...
We were hit with an SQL injection over the weekend and I'm trying to rewrite areas of our pages that need to be changed to avoid this in the future. I need to put a generic type of script ...
How do I insert a null value into a sql datetime field from asp?
Hello,         I am using a free upload class I obtained (not sure where I got it from to be honest, but have had a it for a few years) to aid in uploading image files from an classic ASP for...
Hi. I am using an ASP script to create files and folders.  Once these have been created, I need to set permissions on these folders. I am guessing that the IUSR_ account does not have th...
Hi, I have old classic ASP pages set up and run fine on the test server.  I want to bring the ASP pages down to my local machine and set it up to run.  Can someone tell me how to set up cla...
Hi, i am getting this error when i run a sample asp page ( from web server to connect db server ) Login failed for user 'xxxx'. Reason: Not associated with a trusted SQL Server connection....
hello experts, I have a xml file and I am trying to read a one of its node named <listname> using ASP and XML Dom, however I am unable to get hold of its value correctly. All I wanted to do ...
I am attempting to modify a page on our internal website (written in ASP).  Right now the user enters information into the field for "user name:", then enters the email address in the "e-mail:...
Hi all When I use FormatCurrency(1.00) in ASP I get £1.00.  Anybody got any clues?
I am developing a website using Microsoft Visual Studio and IIS. I develop on one computer and am now trying to deploy modified compiled C# assemblies to the server. The following is what I ha...