Anthem Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Anthem.AdRotatorDisplays an updatable advertisement banner on a web page
Anthem.BulletedListCreates an updatable control that generates a list of items in a bulletd format
Anthem.ButtonDisplays an updatable push button control on the web page that uses callbacks
Anthem.CalendarDisplays an updatable single-month calendar that allows the user to select dates and move to the next or previous month using callbacks
Anthem.CallBackFilter
Anthem.CheckBoxDisplays an updatable check box that allows the user to select a true or false condition. Uses callbacks if AutoCallBack is true
Anthem.CheckBoxListCreates an updatable multi selection check box group that can be dynamically created by binding the control to a data source. Uses callbacks if AutoCallBack is true
Anthem.CompareValidatorCreates an updatable control that compares the value entered by the user in an input control with the value entered in another input control, or with a constant value
Anthem.CustomValidatorCreates an updatable control that performs user-defined validation on an input control
Anthem.DataGridCreates an updatable data bound list control that displays the items from data source in a table. The DataGrid control allows you to select, sort, and edit these items using callbacks
Anthem.DataListAn updatable data bound list control that displays items using templates
Anthem.Debugger
Anthem.DetailsViewCreates an updatable control that displays the values of a single record from a data source in a table, where each data row represents a field of the record. The DetailsView control allows you to edit, delete, and insert records using callbacks
Anthem.DropDownListCreates an updatable control that allows the user to select a single item from a drop-down list
Anthem.FileUploadCreates an updatable text box control and a browse button that allow users to select a file to upload to the server
Anthem.FormViewCreates an updatable control that displays the values of a single record from a data source using user-defined templates. The FormView control allows you to edit, delete, and insert records using callbacks
Anthem.GridViewCreates an updatable control that displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control allows you to select, sort, and edit these items using callbacks
Anthem.HiddenFieldCreates an updatable hidden field used to store a non-displayed value
Anthem.HyperLinkCreates an updatable control that displays a link to another Web page
Anthem.ICallBackContainerControlControls that implement this interface act as a container for other controls that may generate postbacks. When AddCallBacks is true, this control will inject callbacks into all the child controls
Anthem.ICallBackControlControls that implement this interface will implement a callback for each supported event, unless EnableCallBack is false;
Anthem.ImageCreates an updatable control that displays an image on a Web page
Anthem.ImageButtonCreates an updatable control that displays an image and responds to mouse clicks on the image using callbacks
Anthem.IUpdatableControlControls that implement this interface can have their HTML updated on the client page after a call back returns
Anthem.LabelCreates an updatable label control, which displays text on a Web page
Anthem.LinkButtonCreates an updatable hyperlink-style button control on a Web page that responds to mouse clicks using callbacks
Anthem.ListBoxCreates an updatable list box control that allows single or multiple item selection
Anthem.ManagerThe Manager class is responsible for managing all of the interaction between ASP.NET and the Anthem controls
Anthem.MethodAttributeApplying this attribute to your public methods makes it possible to invoke them from JavaScript in your client pages
Anthem.MultiViewCreates an updatable control that acts as a container for a group of View controls
Anthem.PanelCreates an updatable control that acts as a container for other controls
Anthem.PlaceHolderCreates an updatable container for dynamically added server controls on the Web page
Anthem.RadioButtonCreates an updatable radio button control
Anthem.RadioButtonListCreates an updatable list control that encapsulates a group of radio button controls
Anthem.RangeValidatorCreates an updatable control that checks whether the value of an input control is within a specified range of values
Anthem.RegularExpressionValidatorCreates an updatable control that validates whether the value of an associated input control matches the pattern specified by a regular expression
Anthem.RepeaterAn updatable data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list
Anthem.RequiredFieldValidatorCreates an updatable control that makes the associated input control a required field
Anthem.TableCreates an updatable table control
Anthem.TextBoxCreates an updatable text box control for user input
Anthem.TimerCreates an updatable timer control
Anthem.ValidationSummaryCreates an updatable control that displays a summary of all validation errors inline on a Web page, in a message box, or both
Anthem.ViewRepresents a control that acts as a container for a group of controls within a MultiView control
Anthem.WebPartZoneCreates an updatable control in the Web Parts control set for hosting WebPart controls on a Web page

Generated on Wed Mar 14 23:50:39 2007 for Anthem by  doxygen 1.5.1-p1