harlev

Stories submitted by harlev

A CAPTCHA Control for ASP.NET 2.0(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

CAPTCHA is short for "completely automated public Turing test to tell computers and humans apart" and is the most popular technique used to prevent computer programs from sending request to Web servers. This can be for meta-searching search engines, doing dictionary attacks in login pages or sending spam using mail servers. You may see CAPTCHA images in Google register page when you do availability check on too many usernames or in Yahoo, PayPal and many other big Web sites. read more...

1 comment |category: |Views: 218

tags: another

Adding 'Google Suggest' functionality to an ASP.NET application(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

Shows how to add 'Google Suggest' functionality to an ASP.NET application. read more...

add a comment |category: |Views: 22

tags: another

ASP.NET In Page Progress Bar with Cancel Example(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

Example of an asp.net page with progress display and a cancel button. A single page starts a long running process, shows the progress and shows the process completion message. read more...

add a comment |category: |Views: 58

tags: another

ASP.NET Popup Control(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

This article describes an ASP.NET popup control. This control imitates MSN Messenger alert, but it is designed for use in a web page. Graphical appearance of this control can be completely changed by using one of predefined styles or by modifying all colors used on the control. Control supports Drag&Drop, so user can move control on the page, where he wants. read more...

add a comment |category: |Views: 100

tags: another

Introduction to Anthem.NET(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

Anthem.NET is an AJAX library with these features: # support ASP.NET 2.0 # work as seamlessly as possible with VS2005, ideally without having to hand-code client JavaScript and # support ASP.NET functionality as closely as possible. Anthem is so easy to use it's almost a crime. It has a number of built-in AJAX-enabled controls. It supports viewstate so you can get control states and page info back in callbacks. It works seamlessly with web usercontrols, and master pages. Best of all, you won't need to write any JavaScript (or XMLscript). read more...

1 comment |category: |Views: 38

tags: another

Composite UI Application Block(msdn.microsoft.com)

submitted by harlevharlev(290) 6 years, 2 months ago

This application block is a reusable, source code–based component based on the Microsoft .NET Framework 2.0. It provides proven practices to build complex smart client user interfaces based on well known design patterns such as the Composite pattern, in which simple user interface parts can be combined to create complex solutions, but at the same time allowing these parts to be independently developed, tested, and deployed. read more...

add a comment |category: |Views: 14

tags: another