Viewing 15 posts - 1 through 15 (of 21 total)
I apologize for being the one to take this thread off topic.
Also I would like to thank Jeff for his offer to help with “a multi-database situation where you...
November 29, 2007 at 11:09 am
If your ASP page is 2.0 then you may want to look at
Imports System.Net.Mail
Start with
Dim message As MailMessage = New MailMessage
November 19, 2007 at 6:07 am
MS Visual Studio 2005 would seem to be the best app for coinciding with your background and skill set. You may download a personal version from MS for free and...
August 28, 2007 at 5:43 am
I also use WinZip with the command line ad-in, and then shell to it.
But if I had to do without it, I would look into the J# (Java.NET) classes.
July 25, 2007 at 8:39 am
Thank you for your reply.
I understand that this functionality can still be obtained in the manner that your link provided, however this method does not seem to fit my...
July 11, 2007 at 6:21 am
June 21, 2007 at 6:46 am
Thanks Ed. That was a memory jog for me!
Fabio, I hope this is your issue for it is a fairly easy.
May 17, 2007 at 12:38 pm
I seem to remember this also and I believe this was related to Server 2000, after SP2, and SQL 2000. If I recall correctly, the fix was to have all...
May 17, 2007 at 6:14 am
We upgraded from VS 2003 1.1 to VS 2005 2.0 primarily for its built-in FTP over SSL. We also needed a secure connection. request.EnableSsl = True
April 24, 2007 at 1:41 pm
See FtpWebRequest and FtpWebResponse
April 20, 2007 at 5:52 am
http://www.usps.com/ncsc/addressinfo/addressinfomenu.htm?from=zclsearch&page=ais
This link will provide some information including info on the USPS web service. The primary key issue will depend on what you are using this data for. We have...
April 16, 2007 at 6:23 am
Steve,
Nice Classic! My buddy/coworker had the same year in the mid-seventies and he liked to go camping. He would trade...
November 10, 2006 at 7:35 am
Mahathi,
just a few links that may shed some light on your asp/iis issue
problem - http://support.microsoft.com/default.aspx?scid=kb;en-us;324772
idleTimeout solution - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfprocessmodelsection.asp
hope this helps!
Daniel
June 27, 2006 at 5:30 am
If this is a one time event, and the tables data is relatively small, you could copy and paste the data into Excel. In Excel,...
May 18, 2006 at 5:49 am
Viewing 15 posts - 1 through 15 (of 21 total)