This is an implementation of a generic C# contest entry user control (.ascx) which is embedded in a blog entry using the BlogEngine.NET format.
For BlogEngine.NET users:
It is easy to enter a user control on a blog page in BlogEngine.NET, just type the following into your blog:

See the following link for more details: User Control Injection in BlogEngine.NET
C# User Control:
The user control shown here is for entering on-line contests. Validation of the contest entry parameters is done primarily on the client side. Once validated, the entries are encrypted and then loaded into SQL Server. I also added a captcha to prevent programs from entering contests (although that doesn’t appear to be working presently).

John Dorsey
IT Brigade Inc.
www.itbrigadeinc.com
BlogEngine.NET
Contest, User Control, C#, ASP.NET, Captcha, BlogEngine.NET