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: 126 - 150 of 5133
 
I currently have a form that sends data to a page that sends it to the database, //Form code <form action="../Copy%20of%20flashsystem/addcomment.asp" method="post" name="commentform" onS...
Hi I've got a problem with a function which is used to retrieve a file off a server. The server has SSL encryption, however the certificate is not issues by a "trusted company" - or atleast t...
Hello,   I'm having trouble changing a user's password in LDAP using ASP .Net 2.0 / C#. The LDAP server is: OpenLDAP on Red Hat 4EL. The code is as follows: de = new DirectoryEntry...
I just had a vendor install a Grading/Attendance Software on a fresh Win 2003 Server.  Their ASP.NET program is web based and makes use of SQL Server 2005 Express on the same machine.  Their i...
i have a text field that is populated with a field from my access db that is numeric. it stores it as a string variable and i need to convert it back to numeric as an addnew command is givin...
We are attempting to integrate FedEx Webservices into our web site. One of the key features we need is the printing of the labels. Creating a PDF of the label is pretty straightforward, but is...
Simple question... How do I break out of a VBScript in an ASP page, for example if (something=true) then   do something   exit? break? stop?? what is it?!? else   do something else en...
hi, I have a VBscript that register a keypress from the user (on my ASP-page) In this script I want to redirect to another page with two para meters. How do I do this?? I have figured out t...
When I try to run this and other WSH scripts I get this error. Any Idea? Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: 'WScript' <% Set NWPrinter = WScript.C...
How to display text when I click the radio button. EX. If I click radio button 1 then show Text and text box.
I have a piece of ASP that takes some XML generated by a DLL. The XML contains a line to apply an XSL stylesheet to render it. The code hasn't changed at all in months, and suddenly yesterday ...
Hello. I'm having a small problem doing an LDAP query of Active Directory in ASP.  Everything works except one part.  What I need to do is query the directory and find out if a specific use...
Hi there, I am trying to embed an image into an email that is generated by an ASP page using CDONTS. I have tried a few things including: ("<img src='http:\\www.whatever.co.uk\whatever.gif' h...
Hi, is there a way to make my numbers always round up, say i have 1.1, i want it to always round up to 2, anyone know of a way of doing this, as the Round() function seems to go up or down dep...
I need to be able to use asp (classic) to execute a stored procedure that has 1 parameter and returns it's information into a recordset.  I have tried quite a few code examples from the web an...
Experts, I have a big problem, We have developed a web application that is running on Windows 2000 server SP4, and IIS 5. Every now and then the application goes down, the browser keeps on ca...
I have developed a system. Now the system is running well, except that when user fill in their form, they may take more time longer than 20 min to finish it, and they will be logged out by the...
i have this html code: <select size="1" name="classes" style="width:115" >        </select> i want to load this with records from a sql db. this works in vbscript, but not in asp. For Eac...
Dear all I have installed an browser based text editor called FCKeditor on some shared web space - which uses ASP as the server side technology. Using its "test.html" page I am able to succ...
Hi, Not technically an ASP question, but: I need to develop a VBScript menu system (no, I can't use JavaScript  :( - don't ask, ....), and so far, I've got it working how I want, however,...
Hi All, I am trying to get the full url of a page, not having any luck in finding the correct code. I am aware of these 2, but I need to get the full string thatÂ’s in the address bar of...
Classic ASP VBScript DWMX MS Access WIN XP PRO Hello.  Recently I received assistance from EE regarding "splitting" a comma-delimited list into individual links.  That worked well.  Howe...
Greetings, I have written a simple form to email script and I've been successful with this in the past but for some reason I'm getting the following error upon submitting the form: CDO.M...
Hi there, How do I display this date <%=Right("00" & Day(Date),2) & "/" & MonthName(Month(Date)) & "/" & Year(Date)%> Minus one month. In other words, today it 08/03/2005 but I alw...
Hello Folks, I am using SELECT <columname> INTO OUTFILE syntax to export data in csv from the ASP page, It is exporting the data however not in correct order, it is not terminating at the end...