Alright, I've been trying to access the Global Address List on an Exchange Server using ASP.NET. This was much easier to do using CDO and ASP.
The only solutions I have found so far involve authenticating to Active Directory first which is more difficult than it sounds.
I can not use the...
I need to be able to do one of two things, through code:
1. Change the max length of a form field.
or
2. Rename an existing form field.
I've tried changing the name of a form field with the following code. However, it doesn't seem to work, as nothing gets placed in the bookmark field...
Something really strange has started occurring with a few of my datasets. I'll try to explain as best I can. I am creating a dataset by running queries against an Oracle database and merging the results into one dataset. The dataset contains two tables. When I run the code now, the first...
I am having the following problem:
I had a web application using ASPExec on a WinNT server to run a batch file located on the server. We recently migrated the application to a Windows 2000 server. The ASPExec component stopped working. From what I've seen ASPExec doesn't work too well in...
I need to access Component Services for Windows NT. I have downloaded and installed Microsoft Management Console 1.2 and tried to add the snap-in but it is not listed. Do I need to download the snap-in from somewhere? What am I missing?
I have a query that returns a list of 2 dates, like so:
Date1 Date2
11/01/1999 04/14/2004
01/01/2003 09/23/2004
.......... ...........
What I need to do is get an average time elapsed between the two dates for the entire recordset.
So far, I loop through each...
I have a query that returns a list of 2 dates, like so:
Date1 Date2
11/01/1999 04/14/2004
01/01/2003 09/23/2004
.......... ...........
What I need to do is get an average time elapsed between the two dates for the entire recordset.
So far, I loop through each...
I am trying to run a batch file on the server through ASP. Below is my setup.
The batch file resides here:
C:\Batch Files\testbat.bat
It runs a couple executable files located in the same folder.
I have tried using Microsoft's Wscript.shell and the ASPExec free component.
I can get the...
I am trying to run a batch file on the server through ASP. Below is my setup.
The batch file resides here:
C:\Batch Files\testbat.bat
It runs a couple executable files located in the same folder.
I have tried using Microsoft's Wscript.shell and the ASPExec free component.
I can get the...
My problem is as follows:
I have two buttons on a particular page. On the click of "Button A", it calls a function in another namespace (ExcelWriter()), returns to the Button A Click function and does more stuff, which at the end calls "Button B" Click function. The...
First, I have read through all the submitions in these forums related to my problem and none of the solutions have worked.
With that being said:
I am currently using Javascript to run validation on the submition of a form once a "Save" button is clicked. I would like to disable the...
First, I have read through all the submitions in these forums related to my problem and none of the solutions have worked.
With that being said:
I am currently using Javascript to run validation on the submition of a form once a "Save" button is clicked. I would like to disable the...
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.