Jeff Widmer's Blog
ASP.NET, ASP.NET MVC, C#, VB.NET, IIS7, Windows Forms, VB6, ASP 3.0
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
.NET
ASP.NET Membership
C#
CSS
IIS6
IIS7
Instant Church Directory
Sample Code
SQL Server
Visual Basic
Visual Studio
Generating a random strong password
You can use the ASP.NET Membership provider to generate a new random strong password. In the past I have usually either rolled my own authentication system or integrated an asp.net authentication system into an existing application and therefore I did...
Asynchronously sending a System.Net.Mail.MailMessage in C#
When sending an email in your ASP.NET application there are times when you do not want the user experience to slow just to wait for an email to be sent. The code sample below is how to send a System.Net.Mail.MailMessage asynchronously so that the...
How to disable an ASP.NET button when clicked
Scenario: user clicks a button in your ASP.NET page and you want to disable it immediately using javascript so that the user cannot accidentally click it again. Originally I thought this was going to be simple by using the onclientclick property...
From IIS6 maxRequestLength to IIS7 maxAllowedContentLengthFile – specifying maximum file upload size
IIS6 uses the maxRequestLength config setting under the system.web section to specify maximum file upload size with a default of 4 MB. IIS7 uses the maxAllowedContentLength config setting under the system.webServer section to specify maximum file...
Credit Card Expiration Date DropDownList Sample Code
The other day I needed to create a credit card input form including the drop down lists for the credit card expiration month and year. I started to write the code to populate the month and year drop down lists and I wanted to make them dynamic so...
Why does Visual Studio not resolve my CSS class names?
Whenever I was working in Visual Studio I always found that it would not resolve the css class names in my html. The CSS Class names would appear with the green squiggly line in Visual Studio but then the page would render fine when viewing...
Bringing TallComponents TallPDF, Microsoft ASP.NET Ajax, Amazon S3, and several other technologies together into Instant Church Directory Online
We recently finished developing and releasing the online version of our Church Photo Directory Software , Instant Church Directory . The idea behind Instant Ch urch Directory Online is to provide a user interface where you can easily create and update...
nvarchar(max) parameters need the size set to -1
SQL Server 2005 supports a new data type nvarchar(max). This is one of the new max datatypes that are to replace ntext, text, and image in a future version of SQL Server (according to SQL Server Books Online) but you should start using them now. I recently...
More Posts
Search
Go
This Blog
Home
Contact
About
News
Jeff Widmer's StackOverflow Profile
Ads by Lake Quincy Media
Ads by Lake Quincy Media
Tags
.NET
ASP.NET
ASP.NET Membership
ASP.NET MVC
BabySmash
C#
Canon Scanner CanoScan Toolbox
CMS 2002
Community News
CSS
Gmail
Hyper-V
IIS6
IIS7
Index Server
Instant Church Directory
ISO Country Codes
Koah
Machine Setup
MindManager
Notepad
OneNote
osql.exe
Outlook
QuickBooks
QuickBooks Online Edition (QBOE)
random.org
Sample Book Chapter
Sample Code
Seinfeld
SendTo
SMTP
SourceGear
SQL
SQL Script
SQL Server
SQL Server Management Studio
StackOverflow
Tips & Tricks
Unicode encoding
Utilities
VB6
Viral Marketing
Visual Basic
Visual Basic 6.0
Visual Studio
Windows 7
Windows Server 2008
Navigation
Home
Blogs
Archives
November 2009 (3)
October 2009 (15)
September 2009 (17)
August 2009 (6)
June 2009 (2)
May 2009 (3)
October 2008 (1)
August 2008 (1)
December 2007 (3)
November 2007 (1)
August 2007 (1)
April 2007 (1)
March 2007 (1)
September 2006 (1)
August 2006 (1)
January 2006 (1)
December 2005 (3)
September 2005 (1)
August 2005 (1)
July 2005 (2)
October 2004 (1)
March 2004 (1)
February 2004 (2)
January 2004 (6)
Recommended Blogs
Scott Guthrie
Day Dream Land
Syndication
RSS
Atom
Comments RSS