Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested ASP Solutions: 3076 - 3100 of 5438
 
I want to create a single script to handle all of my DB operations from a flex interface.  All I need to do is store the DB table fields in an array and get the target array to build my sql st...
Hey Everyone, In the code below, you will see that I have been able to perform the following: - Create SQLDataSource Connection. - Create a Query that allows me to "enter" the WHERE con...
Hello Folks, I want to call .bat file from the ASP page. could you please let me know how. regards sam
Users with IE browsers are receiving duplicate emails when they submit registration.  This does not happen when the user's browser is Firefox or Opera.   The problem began occurring approximat...
Hi. I am trying to upload data from a asp page to my mssql database with stored procedure. I send the data from a "form" page to a stored procedure page that inserts the data and then redir...
it's a relatively simple thing. I need the user to download a on demand created CSV file with some results in. Nortwhind Database example: (where customers can see all other customers in sam...
How do you call a Function or Sub from with an ASP page? I have a list box that I want to call a redirect function when it is clicked.  How do I do that?  Also I need to pass along the curr...
I wonder if someone can help me: I currently use cookies to store information - In a 2-d way. eg: response.cookies("Contact")("Firstname") = "John" response.cookies("Contact")("Lastn...
I have the following code to upoad a selection of images to a folder on ym server and it also inserts a record for each image uploaded. What I would like to do is add in 2 aspjpeg calls to ...
I have a problem displaying an image in Flash html text field from Database using ASP. This is the code for image display: <!-- #include file="db.asp" --> <% Response.Expires = -1 %> <% ...
I am creating a search page which collects data from 1 table. The results can be seperated by an ID and I wish to display the results alternately. E.g. 1 result from Company 1, then 1 results ...
I created a web page that plays mpg videos.   It works fine on most browsers, however some try and fail to play it with Quick Time.  Is there some html or vbscript that will play mpg videos in...
Hello folks. I need a solution, and I don't know where to begin.  Right now, I'm stuck with Classic ASP.  I know if i were using ASP.NET it would be different, but here is the problem: I...
I need to change the textbox to two lines and have it scrollable to the user. What type of control should it be. Can someone help me with the syntax.
Hi All, I'm trying to use some code from an old project, but can't seem to get it to work. I've just submitted some information to my database (mySQL) and i'm trying to get the ID of the...
Hi I got a feeling this as been asked a million times before but I am in need of a bit of help when it comes to printing. How can I format my html so each recorded I loop through displ...
I have a formating issue My problem is this WeatherCond0 = objXML.selectsingleNode("/dwml/data/parameters/weather time-layout/weather-conditions weather-summary[0]") The above obj Fail wit...
I'm writing classic ASP application and wanted to now if there are eay to use ASP code scrumblers that i can encode and a client can decode upon purchase. Thank You.
The following errors started happenning now on all my websites hosted at godaddy: It happens when the user tries to upload a file through a file upload form. The error line is: Set Upload ...
I am working with the following: SQL Server 2000 schema - Table Name is 'Survey360_answers' The table has various SCORE columns (numeric/9) and COMMENTS columns (nvarchar/4000) I am wo...
Hello, I need  your help, please! I've been using JavaScript for all my asp pages for this project, and just found out that my form E-mail only works with VBScript, so now I have to conve...
Hi, Following is the requirement. 1. Need to extract the details from oracle database. 2. prepare a word document. Word document should have headers and footers. where header can be a s...
Hi guys n girls I am getting the following error when i am trying to ocall a sub function, any ideas? Cannot use parentheses when calling a Sub /syb/public.asp, line 18, column 35 DBQu...
Hi I am getting the following error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E21) [Microsoft][ODBC Microsoft Access Driver]Invalid precision value /hr_v1.00/wz...
Hi Experts, To offer visitors a download without giving away the path to the file, I implemented the code as described in Microsofts Knowledge Base article "Use of the ADODB.Stream Object t...