Saturday, September 4, 2010

Default .Net Membership Provider – Override Password Generator via Implementing a Custom Membership Provider

August 28, 2008 by Kushel  
Filed under Latest, Web Development

Implement a Custom Membership Provider and use it to override the .Net Password Generator.

Click the title above to read more…

Alphabet Selector Web Server Control

August 27, 2008 by Kushel  
Filed under Latest, Web Development

A free control will display the alphabet, A to Z, where each letter is clickable. On clicking a letter, an event is raised detailing the letter which was clicked. This letter can then be captured and used as needed, for example to display a set of results beginning with the specific letter.

Click the title above to read more…

Creating a Custom Web Server Control – Alphabet Selector Web Server Control

August 26, 2008 by Kushel  
Filed under Latest, Web Development

Instructions on how to create a Web Server Control. These instructions will use the example of creating your own Alphabet Selector Control. These
principlals can then be applied to creating any control of your choice.

Click the title above to read more…