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.

 
Time Tested ASP Solutions: 3001 - 3025 of 5438
 
hello experts, i need to create a session url temporary like this website : http://files2.delit.net/e1d1b5a53ebf8d0f0fb17585f5c12a5dbd9d45bdf561c1f1e511262fc63f2fdedeff8feeb62fe5c5aa36a6162a...
Let's see if someone can explain this goofiness.  I'm using Forms Authentication in ASP.NET (VB.NET) to handle my site logins.  This works great.  However, when the users are redirected to the...
hello i have a bit of a problem i want to make an asp page then looks into a folder on the webserver and then gets a list of the files then send's them as attachments to an email address, i ha...
Hello. I have a form that has radiobuttons, image button, checkboxes, text boxes, buttons and drop lists. Now what I want to do is.. when ENTER is pressed I want it to run the function that...
still new to the language, trying to do a login page: <%      Dim oConn, Notice, Header, Login, LoginUpdate, Thread, Onspec, PreOrder      Set oConn = Server.CreateObject("ADODB.Connection")      ...
i am getting this error every once in a while.   and some of my database applications who have an access database will not display the data.  what problem do i have in my server? Microsoft ...
Hey all, this is what i'm trying to do. I need help with some music. I have a set of notes and sometimes i need to transpose the notes (higher or lower), depending on who is singing. I want to...
code is as follows: set imsg = createobject("cdo.message") set iconf = createobject("cdo.configuration") Set Flds = iConf.Fields With Flds .Item("http://schemas.microsoft.com/cdo/conf...
Hello, I'm using several ASPEmail scripts to send email via web forms on several end user accounts on one web server.  The ASPEmail Scripts are sometimes as simple as this one below, while ...
Does anyone out there have an implementation of HMAC-MD5 in VB/VBScript? - hbz
I need to get INNOVASTUDIO - www.INNOVASTUDIO.com to work with XCENT.COM's products to make life easier. But I've run into problems. Perhaps someone knows how to fix this. I'll provide any inf...
when adding this code in my asp page objRS("lastname") = UCase(left(request.form("lastname"),1)) & LCase(right(strStingToNormalize,Len(request.form("lastname"))-1)) i get this error me...
<% Set DomainObj = GetObject("WinNT://domain name") DomainObj.Filter = Array("group") For Each GroupObj In DomainObj    If GroupObj.Class = "Group" Then response.write GroupObj.Name & "<...
I have developed an asp web locally and it works fine.  I didn't have to add any other references to the project.  I build the project, and copy all the files (including the \bin dir) to a pro...
Fairly simple asp question for the asp experts.( ihope) I would like to code my pages to save as much resources as possible. Im using Access and ASP.  So I need to save as much as possible....
URGENTLY NEEDED I'm needing to convert the time from EST to GMT and can't see any obvious function / syntax.  Since EST is GMT - 5, I need simply to subtract 5 hours from the current time. ...
Have to do a small migration moving some old NT4 networks into a 2000\XP AD network. One of the little tasks that we have been asked to come up with is to save users Internet Favorites to the ...
Does anyone know of a program to help convert CFM to ASP? I have a lot of pages that need converted quickly. thanks.
I know this is a common problem, but i haven't found a solution to it yet. I have a form (add query) in which a date has to be added. (dd/mm/yyyy) There's already a javascript that controls...
Hi everybody, I have two columns in my DB Table. I wanna use those columns and draw a graph. Would you please tell me how to draw? My DB table is: Assigned Time              Actual Time...
Hi, all I am using an SQL query in my asp file. In table Order: OrderId, StartPlaceId, EndPlaceId (Both placeIds are foreign keys of table Place). In table Place: PlaceId, PlaceName. sel...
Any recomendations on how to go about making an org chart where people are put in as they are discovered? For instance, we are calling into ABC corp, and get a hold of Jim, a Sales manager, w...
I created a dictionary object and populated it with data in the server side code, but I want to access the records in the object on the client side code.  Right now it doesn't let me access th...
hello- how can i call a batch file that is in the same dir as my asp? thanks - p
Is it possible to have an asp page add a printer to the client machine, and set it as default?