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...
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...
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...
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...
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?
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.
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 /...
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
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...
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 =...
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...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.