What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top ASP Solutions: 1 - 25 of 561
 
Hello, I have a database with about 500 or so records in it. I'm setting my pagesize to 10 so that my asp page will display only 10 records per page.   My current page navigation looks l...
Hello Experts,   Plz help me... When I get the value of  "s_unicode2"  in a textbox,  it does not convert in it's original format, while when i use response.write or label control it shows ...
I cannot seem to wrap my head around this so I need some help. Ultimately, I need to upload a file with ASP to a remote file store server (all within my corporate network - just a different...
Hello, I have a web service that I am attempting to connect to. The web service is a CAPTCHA web service: http://en.wikipedia.org/wiki/Captcha The problem I am having is that I need ...
Hello All;  I am closing out another post that is dead about this issue. And posting this one, in hopes that I will have enough information this time to get some positive results from every...
i am using visual studio 2008 and i want to apply membership controls to my website . so i opned my project went to website->asp.ner configiration->security and i am getting following e...
Hello Suddenly  for some reason this jmail message has stopped working. It was working OK on my development machine and my remote server. Its is still Ok on the remote server but creates an...
Hi there, I am doing some work on a website and am having some problems getting onclick events working with anything other than IE. The website is written in vbscript, Asp and use some javasc...
We are trying to use AES encryption to encrypt some data and send it to a third party system. Our system is in Classic ASP, and we are using an AES library we found online.  Our results mim...
Hello All; This works in Firefox, Opera But will not work in none of the version of IE from 6 - 8 example HTML http://ee.cffcs.com/Q_24636756/example.html  (Works in ALL as it is Static ...
I have a vb script in code behind that builds an html email based on user selected data via a web form coded in asp.net version 2.0. There are two text boxes that the user will fill in that i ...
I have the following select box, but when I set the box to disabled=true, I cannot call Request.Form("personname") to get the value.   How can I set the box to read-only and still make sure th...
Example xml document (simplified) <thistag  color="black" density="heavy"/> <thattag velocity="high" color="orange"/> I have a series of documents with a collection of xml nodes. Each n...
I want to implement a classic ASP form as shown in http://www.andrebruton.com/recaptcha/ however how do i add validation for the first name, email etc. I'm using the below javascript for vali...
Hey All, I get this error when I attempt to load a localhost\website that is located on a share from another machine       A critical error has occurred. Failed to start monitoring changes to ...
I am trying to create a timesheet for our intranet. I have a form to search for a particular Week Begining date and return a list of entries. Each Project and Project Taks has a row with an ...
I have a web application which has been developed in asp.net 2.0. The IIS server it will be deployed on is IIS 5.0 on a windows 2000 server. Here is where things get interesting: .Net 1.0, ...
I have a query that retrieves records from a db, which i display in a table. In the asp page, I display the list "employee details" in the first table, then i display the list of compa...
I am having a problem with an ASP form. We use the form to send emails to clients through our support intranet. The form has a few fields and when it is submitted it should send an email to th...
What is the code to read a cookie that is set by: Response.AddHeader "Set-Cookie", "Name=MyCookie; path=/; HttpOnly" that is in ASP (not asp.net) and is on IIS5.
I have created a web service in dot net. and a asp page to call this service. if i test this on my local machine every thing works fine. but when i upload my web service and try to use it ...
When I try to use window.open with more than one parameter only the first parameter is used, the rest are dropped. The following example is from an asp page that uses a session variable (BE...
Hi When I am trying to connect asp with mysql i am getting error. the error is - ADODB.Recordset error '800a0e7d' The connection cannot be used to perform this operation. It is eithe...
We have Exchange 2007 and is setup with outlook anywhere and autodiscover. Users are setup with RPC over HTTPS.  For some reason the RPC proxy server setting will change on the users.  It will...
Hi all Wondering if you can help me with a problem I have. I form on a page, I am trying to reduce the form size, by only displaying what is needed. I.e., if someone stats if you have...