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.

 
Time Tested ASP Solutions: 2776 - 2800 of 5438
 
I need to track employee visits to our Intranet via their cookies.  I also need to know who and how many times they visit.  I want the results to store in a access db so I can query the result...
I seem to be having a problem using response redirect in a function. Here is how my code is set up: This code is on the function.asp page: <% function additem (sku, variation, qty) respo...
I have an ASP web application that I have created using an Access database, but I recently upgraded to SQL Server and imported the data using Enterprise Manager.  Now, however, I cannot seem t...
windows 2003 server is now giving me this error: Microsoft JET Database Engine error '80004005'   Here is a a URL that was working fine 4 days ago: http://news.bonzil.com/lbc/inc_recent_news.a...
Hello, I'm currently trying to achieve a delayed server redirect when the page reloads. What should happen: On an upload page, If the upload is successful, the page redirects to it's-...
Classic ASP VBScript Hello.  I have a mail script that sends the items a user selects from a form to the user's specified E-mail in the form.  The 3 items items have 3 different prices.  Th...
I knew how to do this in windows XP, but just cannot find how to do this in vista.
I have an html form that uploads files to a server.  If file submitted is of binary type it becomes corrupt once StrConv(binaryData, vbUnicode) is called.  Any text data read from the form is ...
I there, I am trying something here. I have 3 drop down boxes on lisinfo.asp with a table on the same page. What I want is to select my 3 options on the page press submit and post the data, th...
hi i want to add a box in my page that tells the user the total number of records for an specific client. i added a counter variable like this choosing one column to do the adding: dim iT...
I have a VB 6.0 DLL that was written to run ad hoc Crystal Reports, exporting the results to a PDF. The DLL works in the production environment which has been around for years. The DLL will no...
Hello experts. I am very new to ASP authoring so bear with me. I get the following error when I try run my code. ADODB.Recordset error '800a0cc1' Item cannot be found in the c...
We are trying to setup ASPEmail for our local intranet, but we can't get it right.  We have seperate servers, 05 is the email server (Exchange 5.5) and 06 is the web server (IIS 6.0).  I am cu...
I have the following table: Username  Date  Status Sander 01/01/07 Login OK Frank 01/01/07 Login OK Frank 01/01/07 Status 1 Frank 01/01/07 Status 2 Sander 01/01/07 Status5 The statu...
I just started using command parameters to insert data into an SQL database. My problem is that before I was storing a time in the format of 0:00:00:00 with the last 2 0's being millisecond...
Hi Experts. I am trying to create a page name from a record in our database.  The problem I am trying to figure out though is the best way to clean all characters out of the recordset that ...
Hi Experts, I have a page with an "ahref" link that opens up another page for a search. Upon clicking on a search result I want the value of the search result to be sent back to the first p...
Hi, I need function that take string as argument and replace every single backslash with two backslashes. Thank you.
I have this query which returns the correct records... SELECT dbo.claim_line.* FROM dbo.claim_line WHERE [Claimant No_] = MMColParam2 AND [Benefit Code] = MMColParam AND [Start_Date] >= M...
I create a ComboBox1_SelectedIndexChanged() and it doesn't get called because AutoPostBack is not set. But there IS no such property. Is there some other way to get the SelectedIndexChanged fu...
response.redirect "thispage.asp" will not work within my page for some reason. Is there another method I can use instead?
I need to convert a Excel Function to an ASP (VBScript) function and need some help. I have found some posts that help but none that take into account a Residual value or FV. My code: B17...
I have been trying to get a connection between FlashSQL component and ASP.  The FlashSQL component has a set of parameters which bind the flash objects/instances to the data. In my example, wh...
I am trying to update multiple records in a database in one page.  The page is looping through, and attempting to make all the updates.  However, the problem I am having is that only the last ...
Hello, I have the following code which fails saying: Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. If i move the RS...