seandaug.blogspot.com
Making Computers Behave: 05/22/2005 - 05/29/2005
http://seandaug.blogspot.com/2005_05_22_archive.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Friday, May 27, 2005. How to Generate PDF Files (For Free). Do the following, in this order:. Download and unzip the Adobe PPD files. Saving the ...
seandaug.blogspot.com
Making Computers Behave: Reducing [Visible] Spam
http://seandaug.blogspot.com/2005/06/reducing-visible-spam.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Wednesday, June 22, 2005. By far the best solution for spam that I have found is using SpamBayes. Posted by Sean @ 12:34 PM.
seandaug.blogspot.com
Making Computers Behave: Could not access 'CDO.Message' object.
http://seandaug.blogspot.com/2005/06/could-not-access-cdomessage-object.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Tuesday, June 07, 2005. Could not access 'CDO.Message' object. After some investigation, I found that the InnerException that was being thrown wa...
seandaug.blogspot.com
Making Computers Behave: 08/07/2005 - 08/14/2005
http://seandaug.blogspot.com/2005_08_07_archive.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Thursday, August 11, 2005. CustomValidator in a TemplateColumn of a DataGrid. System.Web.UI.WebControls.ServerValidateEventArgs). The result of t...
seandaug.blogspot.com
Making Computers Behave: CustomValidator in a TemplateColumn of a DataGrid
http://seandaug.blogspot.com/2005/08/customvalidator-in-templatecolumn-of.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Thursday, August 11, 2005. CustomValidator in a TemplateColumn of a DataGrid. System.Web.UI.WebControls.ServerValidateEventArgs). The result of t...
seandaug.blogspot.com
Making Computers Behave: 07/31/2005 - 08/07/2005
http://seandaug.blogspot.com/2005_07_31_archive.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Friday, August 05, 2005. Completely Dynamic Paging in SQL Server 2000. SelectStatement NVARCHAR(1000), - The select statment for the desired query.
seandaug.blogspot.com
Making Computers Behave: Get the N-th Monday of the Month (VB.NET)
http://seandaug.blogspot.com/2005/06/get-n-th-monday-of-month-vbnet.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Monday, June 06, 2005. Get the N-th Monday of the Month (VB.NET). This function returns the date of the Nth Monday of the month in the given date.
seandaug.blogspot.com
Making Computers Behave: 07/17/2005 - 07/24/2005
http://seandaug.blogspot.com/2005_07_17_archive.html
This contains a list of how I fixed various issues that I came across on a wide variety of computer topics. Hopefully someone will find them useful in solving their own problems. Please keep in mind that this is not a "how to do it" list but rather a "how I did it" list. Think I did something poorly? Victoria, British Columbia, Canada. View my complete profile. Wednesday, July 20, 2005. Keeping an ASP.NET Password Box From Being Cleared. Then in my Page Load method, I added the following line:.