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!

 
Top ASP Solutions: 26 - 50 of 561
 
Hi Experts, I am using checkboxes to send value to my Access Database. When the checkbox is checked it sends a Y letter to the database. This is the checkbox: <input name="Coaching" value="Y...
I want to have a confirmation on a delete record. My code is below .. hoping someone has a quick solution. I don't want a button .... TIA
Hello- I am trying to apply the code below to alternate row color with a style sheet.  I can get the forst row to apply the style but the second row is not.  Here is my css entry: tr.row...
I'm trying to process a form in .asp, but it keeps throwing the following error: Microsoft OLE DB Provider for ODBC Drivers error '80040e07' [Microsoft][ODBC Microsoft Access Driver] Data...
I would like to develop a website using ASP .Net.  The site will allow visitors to vote on topics without registering or logging in to an account.  Once a visitor votes on a topic, I want the ...
Hi Experts, I would like to display on my asp page  the number of records I have in my Access database. I'm trying to do this: There are currently <%=rs(TotalRecords)%> entries in the databa...
Hi, I have been using MSXML2.XMLHTTP and it is working fine but sometimes it takes long time (~4-5 minutes) when server is not responsive.  With sone researched, I noticed that MSXML2 is v...
I am trying to get this to display records from row 5 until the end of the recordset but I just can't get my brain around how to do this.   The code below is the current code that displays all...
Hi Experts, here is what happened. I have one server called server1 and another server called server2 the webservice are in both servers, but the asp page in server1 when I calling webse...
I am sending a request to a payment gateway using the server side HTTPS POST. I am using MSXML2.ServerXMLHTTP.3.0 object. The data being sent is in XML format. The following is the sample s...
I have to differentiate between users who access our web-based reporting tool from inside or outside the company network. I am hoping that using request.ServerVariables("server_name") will ...
Hello, I have a question about how NOW() works when updating a DATETIME field. I use PHP to pull a group of records and create a report. Then, I want to date/time stamp all of those recor...
Maybe this question has been posted already to EE. I've found some forums, Q&A regarding the same query, but I couldn't find the best answer for my requirement. The only thing that blocks me ...
Dear Experts, I have a funtion like below, I want to use it but I also want to receive ?, !, % these symbols when user submit the message? What would happen if I remove these from the func...
Error Type: ADODB.Command (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /051_customerservice_feedback_response_new_insert...
Im trying to insert this form into an access database. Currently it just shows as blank.
Dear Experts, I have a comminication form, My customer send this form via my web site, I take names, phone numbers, email address and also messages. This message goes to few people when th...
Getting the following error when trying to pick up a page element in an ASP postback. I understood that ASP has access to the DOM but if fails. Microsoft VBScript runtime error '800a01a8'  ...
I need to take user input from an ASP web form and create a CSV with it.  Does anyone know how to do this?  The CSV needs to be saved on the web server so that a script can run and inport the ...
Hi , I am using ajax in classic asp. I would like to close the object of type MSXML2.ServerXMLHTTP.3.0 . Set objXmlHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0") objXmlHttp.open ...
My web site that uses this wasn't working asynchronously, so I created a simple test case as shown below.  It doesn't work either. In the real world, the URL will be something different tha...
I have my app setup to use Session.Timeout to logout users after a period of inactivity.  I need to also have the app check the database every couple of minutes for new alerts, which I do by r...
Ok... can anyone tell me why the 'Comments' section shows up in IE, but not in FireFox? On this page; http://development.zipcm.com/page/179/blog/85 the code running the page load follows:
Trying to do some simple group membership work with some asp code to authenticate but I cant seem to get the memberof attribute store into an array. It seems that when I actually do get the va...
I have a .net class library dll that I registered with regasm and put in the GAC, but when I try to use it from ASP, it says it "ActiveX component can't create object" in w3wp.exe.