Anthem.AdRotator | Displays an updatable advertisement banner on a web page |
Anthem.BulletedList | Creates an updatable control that generates a list of items in a bulletd format |
Anthem.Button | Displays an updatable push button control on the web page that uses callbacks |
Anthem.Calendar | Displays 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.CheckBox | Displays an updatable check box that allows the user to select a true or false condition. Uses callbacks if AutoCallBack is true |
Anthem.CheckBoxList | Creates 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.CompareValidator | Creates 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.CustomValidator | Creates an updatable control that performs user-defined validation on an input control |
Anthem.DataGrid | Creates 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.DataList | An updatable data bound list control that displays items using templates |
Anthem.Debugger | |
Anthem.DetailsView | Creates 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.DropDownList | Creates an updatable control that allows the user to select a single item from a drop-down list |
Anthem.FileUpload | Creates an updatable text box control and a browse button that allow users to select a file to upload to the server |
Anthem.FormView | Creates 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.GridView | Creates 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.HiddenField | Creates an updatable hidden field used to store a non-displayed value |
Anthem.HyperLink | Creates an updatable control that displays a link to another Web page |
Anthem.ICallBackContainerControl | Controls 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.ICallBackControl | Controls that implement this interface will implement a callback for each supported event, unless EnableCallBack is false; |
Anthem.Image | Creates an updatable control that displays an image on a Web page |
Anthem.ImageButton | Creates an updatable control that displays an image and responds to mouse clicks on the image using callbacks |
Anthem.IUpdatableControl | Controls that implement this interface can have their HTML updated on the client page after a call back returns |
Anthem.Label | Creates an updatable label control, which displays text on a Web page |
Anthem.LinkButton | Creates an updatable hyperlink-style button control on a Web page that responds to mouse clicks using callbacks |
Anthem.ListBox | Creates an updatable list box control that allows single or multiple item selection |
Anthem.Manager | The Manager class is responsible for managing all of the interaction between ASP.NET and the Anthem controls |
Anthem.MethodAttribute | Applying this attribute to your public methods makes it possible to invoke them from JavaScript in your client pages |
Anthem.MultiView | Creates an updatable control that acts as a container for a group of View controls |
Anthem.Panel | Creates an updatable control that acts as a container for other controls |
Anthem.PlaceHolder | Creates an updatable container for dynamically added server controls on the Web page |
Anthem.RadioButton | Creates an updatable radio button control |
Anthem.RadioButtonList | Creates an updatable list control that encapsulates a group of radio button controls |
Anthem.RangeValidator | Creates an updatable control that checks whether the value of an input control is within a specified range of values |
Anthem.RegularExpressionValidator | Creates an updatable control that validates whether the value of an associated input control matches the pattern specified by a regular expression |
Anthem.Repeater | An updatable data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list |
Anthem.RequiredFieldValidator | Creates an updatable control that makes the associated input control a required field |
Anthem.Table | Creates an updatable table control |
Anthem.TextBox | Creates an updatable text box control for user input |
Anthem.Timer | Creates an updatable timer control |
Anthem.ValidationSummary | Creates an updatable control that displays a summary of all validation errors inline on a Web page, in a message box, or both |
Anthem.View | Represents a control that acts as a container for a group of controls within a MultiView control |
Anthem.WebPartZone | Creates an updatable control in the Web Parts control set for hosting WebPart controls on a Web page |