Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nidifice
  • Content: Threads
  • Order by date
  1. nidifice

    Calendar Query

    I have event startdate, enddate, and duration. I need to grab all of "Today's Events." Obviously getting events that start or end on today are easy enough, but I'm having trouble grabbing events that start before today and end after today. (If an event spans many days and today is in the...
  2. nidifice

    Image Upload Resize to Database

    I had no problem uploading an image to MSSQL and then retrieving/displaying it. Now I need to be able to resize it before I upload it. Here is what I currently have, but I can't get it to display after upload, so I'm sure I'm doing something wrong. <code> If Not filMyFile.PostedFile Is Nothing...
  3. nidifice

    test.aspx bringing up a 404 not found error

    I have a test.aspx file that displays a couple .net controls. This file works fine on my local pc. When I move this file onto my live site (win2003) it comes up with a 404 not found error. I've ran 'aspnet_iisreg.exe -i' and the file type exists in my IIS configuration. Obviously I'm missing...
  4. nidifice

    IIS doesn't recognize .aspx file

    I have a test.aspx file that displays a couple .net controls. This file works fine on my local pc. When I move this file onto my live site it comes up with a 404 not found error. I've ran 'aspnet_iisreg.exe -i' and the file type exists in my IIS configuration. Obviously I'm missing something...
  5. nidifice

    'user.identity.name' Returning Empty

    I'm trying to learn myself some ASP .net skills. As the subject states, my 'user.identity.name' is returning an empty string. I have the IIS anonymous access turned off and the integrated windows authentication turned on. Is there something else I am missing?
  6. nidifice

    Email validation against Exchange Server

    I want to be able to validate email addresses entered, against our exchange server's global address book. Is there anyway to do this? Please include sample code if you have it.
  7. nidifice

    Horizontal Results List -- Is this possible?

    I'm grouping my results, and each group has about 3 detail lines. I'm wanting to list these 3 things horizantally after my group name. Is this possible? Group is obviously my grouping, and the resultxx is what is being returned into my details view. ex: Group 1 - result01 / result02 /...
  8. nidifice

    Connecting to Exchange Server

    I basically just need to connect to the Exchange Server and query addresses for our Intranet. Any help in the right direction would be great, and sample code would be even more greater. (I know its not proper grammer.) Thanks, Dustin
  9. nidifice

    CDOSYS - Can't email outside of network

    I can get this code below to email anywhere within the company, but not outside the network. I've tried the values 0 (anonymous), 1 (basic), and 2 (NTLM) for the 'smtpauthenticate' variable. When using 0 I receive error: The server rejected one or more recipient addresses. The server response...
  10. nidifice

    XMLHTTP - Not working with integrated windows authen.

    The XMLHTTP object is still something new to me so bare with me if I'm being stupid. Our production server is XP 2003 and security is set to Ingegrated Windows Authentication (no anonymous access, Intranet). Here is just some test code I'm working with. <% dim objXMLHTTP set objXMLHTTP =...
  11. nidifice

    MSXML (XMLHTTP) Object - Server Settings

    MSXML2.ServerXMLHTTP I'm using this object to POST information into a results asp page. Everything works perfect on my http://LocalHost site, but not on my production intranet. ERROR PAGE: You are not authorized to view this page You do not have permission to view this directory or page using...
  12. nidifice

    &lt;- - Trying to Get the File Created Date - -&gt;

    I'm using the FSO and building a page based on the files in a particular folder. The files are all MS Word documents. Using the FSO I can get the 'objFile.DateCreated'; but, this date doesn't hold true when it is uploaded. The Word documents have their own creation date and modified date that...
  13. nidifice

    Sending Resulting ASP Form Problem

    I have a form.asp page that 'POST's data into a result.asp. After the result.asp page loads, I want to send an exact copy of that page in an email. Suggestions?

Part and Inventory Search

Back
Top