Welcome to AspAdvice Sign in | Join | Help

.Net Discoveries

An attempt to pass along some answers I have discovered in my .Net coding.

April 2011 - Posts

Displaying CreateUserWizard’s Provider Errors in a ValidationSummary
Prologue The CreateUserWizard control is a great way to do user creation without having to do much coding. It will validate automatically against your provider’s settings for things like password strength and complexity etc. It’s also nice in that you Read More...