Server Control Form Validation is an ASP.NET tutorial which deals with validator control for validating the web form. The author elaborates the procedure for performing custom validation, methods for displaying validation error, procedure to work...
WebTimer - a server control, (setTimeout made easy) is a tutorial which is useful for the web programmers to know about web timer which is a custom web control. The author clearly explains all the events of the web timer control with a sample...
Create a custom server control in .NET to serve data to different types of devices is a tutorial which helps you to build a custom server control for transforming the data to various devices such as the palm, pocket PC, internet-enabled phones,...
ASP.net Web Server Control for adding visual color selection to your web site or web application in just a few lines of code or a simple drag & drop with VisualStudio.net. allows you to have users easily select a color from a beautiful graphic...
ImageDraw is a server control which generates real-time, on-the-fly images for ASP.NET Web Applications. ImageDraw allows you to use all the potential of GDI+ in your ASP.NET Web Applications. You can use ImageDraw to deliver real-time dynamically...
UltimateSpell is a server control to add spell checking functionality into your ASP.NET web forms, web services, and Windows Forms applications. * Spell As You Type - Underline spelling errors as you type. Automatically correct spelling errors. *...
TCursorView is a windowed control for displaying a static or animated cursor on a form. The control uses standard STATIC class of Windows API to show and animate the cursor.
TAnimateImage is a windowed control for displaying images of a TImageList on a form. You need just to assign an ImageList component to its Images property and set the FrameIndex property to index of the image you want to display.Additionally,...
This script uploads images to a server, checks for the file type and rejects it if it is not GIF or JPG. Maximum file size can be set too.
Adding Items in a List Web Server Control is a turoial which shows you how to add the items in the list web server control. In this tutorial author explains three methods such as adding items at design time, add items programmatically at run time... |