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.

 
Top ASP Solutions: 176 - 200 of 607
 
Hi My text string is like this myTextString = "This is a text with the following <BR> <A href="javascript:PopUp('socially disadvantaged', 'Socially drics, <ul><li>and</li></ul> others as...
End Goal: To be able to reproduce a web server load problem without using load testing software (software we have can only do 8 threads at a time which isn't enough load). Current Situati...
Hi, I project is to pull data from the database and based on the user mouseover pointer it should display the description.   the problem is that it is not looping through the record to dis...
I'm trying to connect an asp page to a sql server 2005 database.  The asp page is on an IIS server, on two different servers.  This is not an express edition. I've been able to connect to t...
I am trying to create queries to store a MD5 encoded password in SQL server field with datatype varbinary(50) I get the error "Application uses a value of the wrong type for the current ope...
Hello, I need to delete all the cookies from my user's browser that were issued by my site. I need to use ASP classic. The script can be in Javascript and I can embed it into my ASP page. ...
Hi, I am trying to print an XML string which has several tags and CDATA section in it. I just want to show this XML string as it is on my page. Actually I am getting this XML String into a r...
I want to set the field 'RoomNo' = to a value that I have in 'strRoomNo' but when I run the code it asks for the  parameter value of strRoomNo.  How do I change my code? Thanks mySQL2 = "U...
In ASp i am doing this: set objrs=objconn.execute("insert into cart (title) values ('something');select SCOPE_IDENTITY() as id;") When I check objrs("ID") it returns blank.  Nothing.  Th...
I I have a web application with IIS set to anonymous access and Integrated Windows Authentication switched on  - this is an intranet app. Once people have hit the site I want to be able to ...
I have created an XML file using XMLDOM but cannot work ouy how to do certain key things.. <POSLog xmlns="http://www.nrf-arts.org/IXRetail/namespace/"              xmlns:xsi="http://www.w...
Hi. I am having trouble with an ASP (Classic) application. The application is called directory_edit.asp. I append its full code. It is a simple application used to edit a directory of peopl...
I am needing to store large amounts of HTML data in my SQL 2005 database. I have tried using ntext and nvarchar(MAX). I can get the data in the database but I have yet to be able to display it...
hello, I am entering data into a table (relatively straight forward). sqlString = "INSERT INTO db_1001 (name) VALUES ('" & name & "')" Set rslt = objConnection.Execute (sqlString) ...
I have saved the records in data base on submitt button click, and I retrive data into same page it will fatch all the records from database. if new update or recods i have to refresh that ...
After following an example (http://www.webthang.co.uk/goto/tutorials/000170/?cat=2&tut=170) for multiple record update all was going well. Adding code to my app results in a Symtax error: ...
Okay I've created a Class in ASP which basically does standard ADO type things.. I can post it if you want however it's pretty straight forward. I will mention that while the class is "alive" ...
does any one know where i can get the asp version of this programme below "Frontpage SlideShow: Uber slideshow system for Joomla, Mambo and any PHP based site! " URL: http://demo.joomlaw...
Greetings My problem is the following An ASP form A redirects to form B. I need to keep the entered values in form A when redirected from B. I tried to create a session variable to store a...
Hello is it possible to using a DLL in ASP without registering (regsvr32)?
hi, i am using this code to generate a random put it in a session: Session("SessionID") = int(1000000000*rnd) + 1 i also expire the page with this code on top: Response.Buffer = True ...
I have exhausted all suggestions I can find with similar issues on my problem and I cannot seem to solve it. I have a .net 2005 web service similar to below: <WebMethod(), SoapDocumentMeth...
hi i am doign some uploads from a tester to the database on the server and i am getting 500 server error. from the same tester if i access the server links (web links) i can access, and i ca...
I have created an ASP project to search a database. Included in one of the columns is a rate of pay. Unfortunately, when the results are returned, the dollar sign and decimal point are missing...
This may seem to be ridiculously simple question, but I have now spent two days fooling around with it and Googling possible solutions until my fingers feel like they are about to fall off and...