Discussing the creation of custom Phone TextBox and its built-in PhoneValidator that validates a group of textboxes which represents three sections of a phone number. It inherits the BaseValidator and uses some new cool ASP.NET AJAX 3.5 features.
This article shows how to make a Button click or DropDownList selection change trigger an update to an AJAX UpdatePanel with all code written in code-behind
Back when Pete Freitag came to talk at the New York ColdFusion User Group , Peter Bell asked if there was a way to treat the ColdFusion image object as a more traditional object and call methods on it like Image.GetWidth() and Image.GetHeight(). Technically, you c ... Read More »
Thanks for stopping by for this seventh part in the series on Perl Lists and Hashes. Here we will discuss working with a new way to store data known as a Hash. We ll cover the basics such as how to create them and how to locate data within them. You ll learn to add records remove records and much more. If there is time we will also cover multidimensional lists....
Download a VMWare LAB MANAGER STARTER KIT, FREE! Virtualize the test lab while cutting costs. Get your Free Virtual Lab Starter Kit today.
This article gives an introduction to the ASP.NET AJAX Control Toolkit and a few of the controls.
It also takes a look in depth at the TabContainer control and shows how to use it to load tabs on demand -- lazy loading.