Hits Today: 6 Total: 9444 | Updated: 2/7/2004 | |
 | One of the most useful features of ASP.NET, when compared to classic ASP, are ASP.NET's validation controls. Validation controls are a set of server-side Web controls that developers can add to their ASP.NET Web pages to validate other Web controls. Author: Cenk Civici and Scott Mitchell Code: ASP.NET v2.0 & C# |
Hits Today: 2 Total: 530 | Updated: 5/6/2007 | |
 | This component, developed with VB/Asp.NET allows you to create a ASP.NET control that enables the checking of multiple checkboxes easier.
Author: Jonathan Parker Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 10073 | Updated: 3/10/2001 | |
 | The CheckBox and CheckBoxList ASP.NET server controls provide a way for users to switch between true/false, yes/no, or on/off options... Author: unknown Code: ASP.NET Beta 1 & VB | |  | |
Hits Today: 5 Total: 14100 | Updated: 4/25/2003 | |
 | Depending upon your users and application you will usually have either a select box or a list of checkboxes to allow users to check multiple types of items. This article quickly looks at the CheckBoxList control and how it used within your pages. Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 3663 | Updated: 5/5/2006 | |
 | In this article I will create a sample application that subscribes developer’s journal on user’s request. In this application I will try to explain you how you can use CheckBoxList and RadioButtonList. |
Hits Today: 5 Total: 8375 | Updated: 10/2/2002 | |
 | Since there is not a built in validator for the CheckBoxList control, you have to custom make one. The code below is one way you can do so. Author: ASPMatrix Code: ASP.NET v1.0 & VB |
Hits Today: 2 Total: 4017 | Updated: 1/5/2004 | |
 | A common task in Web programming is the preselection of checkboxes in Web forms. Checkboxes can be used in any situation in which we allow users to select more than one option in a form. Author: John Jakovich Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 5648 | Updated: 12/22/2001 | |
 | As promised, this week we will be going over how to add client-side JavaScript to a custom validator control. But last week I was asked a very interesting question... Author: Donny Mack Code: ASP.NET Beta 2 & JScript |
Hits Today: 1 Total: 5434 | Updated: 7/4/2002 | |
 | Checkbox web server control is equivalent to the < input type=checkbox > tag in HTML. This control can be used to get multiple answers for any given question. In this session, we will see, how can we get the hobbies of any user. Author: Jesudas Chinnathampi Code: ASP.NET v1.0 & VB |
|