Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ASP Solutions: 76 - 100 of 4180
 
I need to replace line breaks characters with "<br>" (html equivalent) I have done the following in ASP: MediaDescription = Replace(MediaDescription, chr(13),"<br>") MediaDescription = Repl...
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...
what's the equivalent to the like operator in vbscript??? I've got a long variable that would always have a certain text in it .. want to query if that text is in it like so .. If (variable...
I can't get my website to recognize that the checkbox is checked:                <table border="0">                     <tr>                     <tr></tr>                     <tr></tr>                          <td><%=font1%>Index Rates&nbsp;&nbsp;&nbsp;&nbsp;</td>      ...
Request.ServerVariables("LOGON_USER") returns nothing.  The anynomous access is unchecked and the looks like the domain name is joined in MY Computer properties.  The following returns nothing...
In classic asp, how do I check if a number is positive or negative. Say 20 - 10 = -10. How do i check if its - 10? I'm tryin to do a sales report graph where todays data is compared with yes...
I have ost file i want to convert to pst . is there any free software able to do this converstion. Thanks
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...
Hello experts! I've been playing around with this display page for about an hour now and I'm stuck.  My boss is bugging me to see if I'm finished yet...I use a different page to pass a Deal...
I have an asp3 page that works fine locally but not on our webserver. It attempts to import a table from an Access database into a SQL Server 2000 database. Here is the code: SELECT * INTO...
I like to be able to update a xls spreadsheet that i have created that has all the page sizes and conditions on it with data from recordset So far i have following code that opens abc.xls a...
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...
Here is what I have on my server: mailenable installed (it includes SMTP service) CDONTS.dll installed and registered successfully through command line IIS 5.1 Windows XP I can send and r...
Is there a way to retrieve client's machine name along with all of it's asset via ASP or ActiveX? This is for internal use (intranet). Assets would include: Inventory hardware, software and u...
how can i stop the user to type special characters on textarea in my asp like... # or **** or !!! or :: or or how can i replace this characters with some thing else or how can i tell...
Does anyone have an online reference for the VBScript characters?  For example: chr(34), chr(62), etc.
If I use the WSCRIPT.Shell's "run" method to execute a command line program, what user does this run as?   I am able to get my program to run, however it uses some COM components which need...
ASP What does "if not rs.eof and not rs.bof then" mean? how can I use it? do you have a sample? thanks...
Hello, I'm trying to understand more about the codepage directive used in ASP. There are the following directives: @Codepage="codePageID" Session.CodePage="codePageID" Response.CodePag...
I just suddenly start getting this error. It was working fine a couple of days ago. msxml3.dll error '80070005' Access is denied. 'Line error is this objXML.save xml_file I am u...
How to make certain the length of a textbox is 4? I can set the maximum to 4, but how do I set the minimum?
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...
Hello All, I'm trying to call a .vbs file from an ASP file.  But I get an error that I'm not familiar with. My vbscript works when I call it from the command line. Here's my asp that call...
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 am looking for a VBScript function that implements a MD5 or SHA1 Hash function. (It is for use on a shared server where no custom components and CGI apps are allowed)