Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ASP Solutions: 26 - 50 of 607
 
Hi Experts, I need to create an upload and import function in ASP for a CSV file. The file contains headers and the structure does not change. The database the CSV file needs to be imported...
Hi - thanks for looking at my question. I am reading a date field from a database and displaying this on my ASP page.  For some reason it is showing in US format?  The server is set to UK a...
I have an asp page and i want to use double FCK Editor in this page but i can not do this. How can i use double FCK editor in a page ?
I have a 'Snitz forum' in an asp.net 1.1 website, I moved this from a windows 2003 server to a windows 2008 server and I now get an error on the snitz forum when trying to connect to the datab...
I have 2 win2003 servers running IIS6 (server A and server B) Server A is a 32bit server server B is a 64bit server I am running the same classic ASP Web application in both server A an...
Hi Experts, Recently we changed our mail server. I have a coding for send an automatic mails using .net 2.0. After changing our server my mail coding throws an exception "Unable to  send all ...
I am searching a data base and creating a recordset based upon variables passed from a form, using POST.  The recordset is displayed on a results ASP page, 10 records at a time. The first time...
I am using ASP1.0 and we just had our link on this govt planning portal. I want to capture traffic from that site but as HTTP_Referer is not reliable plus it is not working for me as it is emp...
We currently have a intranet for our users (http://informer.smollan.co.za/). I want to use windows authentication to allow users to log in without using a username and password. The current we...
I have a small website that uses an Access MDB that is accessed through ASP.  I am getting a Microsoft JET Database Engine (0x80004005) Unspecified error when I try to access the site.  If I c...
I want to display a region IF the field below is NOT null: <%=(Receipts.Fields.Item("Object_id").Value)%> My query is a left join and in some records the join returns no results, but rec...
Could you please clarify me if I can retrieve a column of TEXT datatype from SQL Server into STRING variable in VBScript? do we have any issues with this? Thank you!
I am trying to debug a web app in Classic ASP on my new server (Windows 2008 x64, IIS7). I can debug this fine on Windows Vista (32bit) IIS7 as it comes with with the error and line number. Ho...
Hello,  I am having trouble with one thing;  1. I have to record datas from another website manually (I have to login etc.. to collect data).  2. Users are writing data information  3....
Hi, I like to create a webpage to make a new AD user with an exchange 2007 mailbox. I was able to create the user with all the attributes I need with put LDAP commands. I was also able t...
Hello, I'm an extreme jQuery newbie. I'm using jQuery and the forms plug-in to process form input and I want to display the results on the same page. I borrowed some code from the forms pl...
I have a database with a quote Number in it.   It is usually, Q123 or Q4321 etc But sometimes there is different variations so one might be Q123 v2 I want to be able to order the recordset ...
I have this XML string  (it could be any string -non XML-) actionQuery="<?xml version=""1.0"" encoding=""utf-8"" standalone=""yes""?>" & _      "<Actions>" & _      "  <member_ID>1234</member_ID>" ...
hi i have a simple request to populate  dropdown from the database. and then once a value is selected how to trap that one. here is what i have done so far and ' Open connection to the dat...
I have an ASP Page written to query an SQL 2000 Database and the amount of reocrds is about 400000 lines. The page is programmed to page the results but the age keeps timeing out. I have...
I want to display multiple row and columns from my db and Im now stuck with displaying the data. As you can see my code uses a data reader beacuse this is re-used code. How could I do it inste...
I need some help adding up duplicate items in a table column. I have the following statement: Dim conn, cat   Set conn = Server.CreateObject("ADODB.Connection")   conn.Open ("Provider=...
Consider the following: dim myStr, myArr myStr = "1,2,3,4,5," myArr = Split(myStr, ",") response.write(UBound(myArr)) response.write myArr(0,0) Response.write(UBound(myArr)) prin...
I am trying to filter two recordsets based on the id of the logged in user: 1) One recordset is populating a drop down list within a data entry form. There is a MM_Username session and an h...
i need to add 4 hours to the date and to print dd/mm/yyyy help please