in

dotNetFreak

Ramblings & Controls from a .NET Addicted Freak!

FormShield v1.1.2

Downloads: 1,618 File Size: 116.4kB
Posted By: dotNetFreak Views: 1,679
Date Added: 07-10-2007

Change Log:

28/06/2005 (v1.1.2):
  • A new method has been added (DrawNewText) which will force FormShield to redraw the image with a new text value. This can be used on postback to change the text that appears on the image if the user enters an incorrect value.

01/06/2005 (v1.1.1):

  • The encrypted properties value that is passed in the query string is now UrlEncoded to prevent issues with ISAPI filters mis-interpreting it. This should also mean that ValidateRequest="false" is no longer required to be in the Page directive.

18/05/2005 (v1.1.0):

  • New PersistenceMethod property - Allows you to use either ViewState, SessionState or a hidden input field (FormField) to persist property values. Ideal for use when ViewState and/or SessionState isn't available.
  • .Text Blogging Engine compatible - Stop spammers from hijacking your blog - No compile needed!
  • Values stored in ViewState, SessionState or in a hidden input field (FormField) are now encrypted.
  • Only required property values are now persisted, reducing the amount of data stored.
  • Encryption keys strengthened - control name no longer used for improved security.
  • Missing text value and other problems when used on UserControls - Fixed.
  • Random FontStyle, GradientStyle, HatchStyle, TextCase and TextStyle were still throwing exceptions under certain conditions - Fixed. 

06/01/2005 (v1.0.2):

  • Random FontStyles on occasion would thrown an exception - Fixed.

22/11/2004 (v1.0.1):

  • On occasion when using a random FontStyle, GradientStyle, HatchStyle or TextCase an exception would be thrown e.g. 'ArgumentException: Requested value Random was not found.' - Fixed.

06/11/2004 (v1.0.0):

Initial public release.

Filed under:

Comments

No comments exist for this file.

Add Comment

(required) 
(required)
(optional)
(required) 
Add
Copyright ©2004-2007 Kevin Gearing. All Rights Reserved.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems