Hits Today: 1 Total: 210 | Updated: 8/1/2007 | |
 | Unlike the DetailsView, the FormView is not composed of fields. Instead, the FormView is rendered using templates. In this tutorial we'll examine using the FormView control to present a less rigid display of data. Author: asp.net Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 1636 | Updated: 10/8/2005 | |
 | This article examines the steps involved in creating a custom, compiled ASP.NET server control that randomly rotates through specified content, much like the built-in AdRotator control randomly rotates through a series of predefined banner advertisements. Author: Scott Mitchell Code: ASP.NET v2.0 & C# |
Hits Today: 2 Total: 584 | Updated: 1/15/2007 | |
 | To nest the DropDownList control to GridView control is very helpful to show the data by selectable criteria. The DropDownList control can be easily nested to the GridView control. Author: ASPNET Tutorials Code: ASP.NET v2.0 & VB | |  | |
Hits Today: 1 Total: 1472 | Updated: 6/13/2006 | |
 | This article is about how to detect for multiple values in a ComboBox control. ComboBox control is combination of two controls the TextField and ListBox. So ComboBox have the functionality of both controls TextBox as well as the ListBox control. Author: DevASP Code: VB |
Hits Today: 1 Total: 1494 | Updated: 6/26/2006 | |
 | Context menus allow users to right-click a form or other control and receive a menu system that appears at the point of the Right-click. You create these menus using the Context Menu Component. Author: DevASP Code: VB |
Hits Today: 1 Total: 2403 | Updated: 7/8/2002 | |
 | UITypeEditor classes to provide drop down lists in the Property Editor. Useful when building custom controls. There are two base classes. One fills the list with selected controls found on the page. C# source code. Author: Peter Blum Code: ASP.NET v1.0 |
Hits Today: 1 Total: 3612 | Updated: 4/15/2004 | |
 | In this article we will provide a code snippet for highlighting keywords within text being searched. In addition to highlighting, we will also pull the keywords from within the context of the searched text for display.
Author: Patrick Santry Code: ASP.NET v2.0 & VB | |  | |
Hits Today: 1 Total: 1900 | Updated: 2/23/2006 | |
 | The following blocks of code will provide you with a method of iterating through all the controls on a page and performing some change on the properties of the control. In this example we will disable the controls. Author: Patrick Santry Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 2314 | Updated: 6/14/2002 | |
 | Covers the syntax used to declaratively set each of the ASP.NET validation controls, when developing Web Forms pages using a text or HTML editor. Includes working code examples. Author: Rey Nuñez Code: ASP.NET v1.0 |
|