diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs
index 6e0d0b8..c5f63fc 100644
--- a/AssemblyVersion.cs
+++ b/AssemblyVersion.cs
@@ -16,5 +16,5 @@ using System.Reflection;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("3.0.2.532")]
-[assembly: AssemblyFileVersion("3.0.2.532")]
+[assembly: AssemblyVersion("3.0.2.533")]
+[assembly: AssemblyFileVersion("3.0.2.533")]
diff --git a/References/Lib/Anthem.NET/Anthem-1.5.2-Source.zip b/References/Lib/Anthem.NET/Anthem-1.5.2-Source.zip
index 1e1a9a2..c39aaa4 100644
Binary files a/References/Lib/Anthem.NET/Anthem-1.5.2-Source.zip and b/References/Lib/Anthem.NET/Anthem-1.5.2-Source.zip differ
diff --git a/References/Lib/Anthem.NET/Anthem.XML b/References/Lib/Anthem.NET/Anthem.XML
index 1fdb21d..9893389 100644
--- a/References/Lib/Anthem.NET/Anthem.XML
+++ b/References/Lib/Anthem.NET/Anthem.XML
@@ -4,11 +4,6 @@
Anthem
-
-
- Creates an updatable control in the Web Parts control set for hosting WebPart controls on a Web page.
-
-
Controls that implement this interface can have their HTML
@@ -46,51 +41,33 @@
-
+
-
-
-
-
-
- Excecutes ,
- then sets to true.
+ Creates an updatable control that displays an image on a Web page.
-
-
- Excecutes ,
- then sets to true.
-
-
-
-
- Excecutes ,
- then sets to true.
-
-
-
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -102,10 +79,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -118,7 +95,7 @@
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -127,9 +104,9 @@
false. The default is true.
-
+
- Creates an updatable radio button control.
+ 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.
@@ -199,286 +176,6 @@
then this property is ignored.
-
-
- Use OnPreRender. AddAttributesToRender is not called in ASP.NET 1.1.
-
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value indicating whether the Checkbox state automatically calls back to
- the server when clicked. Mimics the AutoPostBack property.
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- Creates an updatable control that displays a link to another Web page.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- Creates an updatable control that displays a summary of all validation errors inline on a Web page, in a message box, or both.
-
-
-
-
- If ShowMessageBox=true, use Anthem.Manager to display the validation
- summary in a javascript alert.
-
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value which indicates whether the control should display the validation summary as a client-side alert.
-
- true if the control should display the validation summary on the client after a callback; otherwise, false. The default is true.
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- An updatable data bound list control that displays items using templates.
-
-
- Builtin commands (Edit, Delete, etc.) will use callbacks if
- is true. Child controls will use
- callbacks if is true.
-
-
Controls that implement this interface act as a container for
@@ -500,6 +197,762 @@
Only controls that recognizes will be converted.
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
+
+ Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.
+
+
+ true if the control should convert child control postbacks to
+ callbacks; otherwise, false. The default is
+ true.
+
+
+ Only controls that recognizes will be converted.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable control that checks whether the value of an input control is within a specified range of values.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable control that displays an image and responds to mouse clicks on the image using callbacks.
+
+
+
+
+ Adds the onclick attribute to invoke a callback from the client, then renders
+ the attributes of the control to the output stream.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+ Gets or sets the url of the image to display on the client during the callback.
+
+ If the HTML element that invoked the callback is an <image> then the src property of the
+ element is updated during the callback to the value of ImageUrlDuringCallBack, otherwise the
+ associated <label> text is updated during the callback.
+ If the element is not an <image>, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable timer control.
+
+
+
+
+ This method is called by the Timer control each time the timer expires.
+
+
+
+
+ Starts the timer.
+
+
+
+
+ Stops the timer.
+
+
+
+
+ Raises the event.
+
+
+
+
+ Registers the client side script for the control.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ True if the timer is enabled on the client. The timer will continue to call the
+ DoTick method while it is enabled.
+
+
+
+
+ The number of milliseconds between each call to DoTick.
+
+
+
+
+ Occurs when the timer expires.
+
+
+
+
+ Visible is inherited from Control, but ignored by Timer.
+
+
+
+
+ Displays an updatable single-month calendar that allows the user to select dates and move to the next or previous month using callbacks.
+
+
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable control that performs user-defined validation on an input control.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable control that allows the user to select a single item from a drop-down list.
+
+
+
+
+ Adds the onchange attribute to invoke a callback from the client, then renders
+ the attributes of the control to the output stream.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the Checkbox state automatically calls back to
+ the server when clicked. Mimics the AutoPostBack property.
+
+
+
+
+ Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
+ wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
+ If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Represents a control that acts as a container for a group of controls within a control.
+
+
+
+
+ An updatable data bound list control that displays items using templates.
+
+
+ Builtin commands (Edit, Delete, etc.) will use callbacks if
+ is true. Child controls will use
+ callbacks if is true.
+
+
Excecutes ,
@@ -950,36 +1403,61 @@
false. The default is true.
-
+
- Creates an updatable container for dynamically added server controls on the Web page.
+ Creates an updatable list control that encapsulates a group of radio button controls.
-
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Adds the onclick attribute to each item to invoke a callback from the client,
+ then renders the item.
+
+
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
+ Gets or sets a value indicating whether the Checkbox state automatically calls back to
+ the server when clicked. Mimics the AutoPostBack property.
-
+
+
+ Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
+ wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
+ If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
@@ -988,7 +1466,7 @@
false. The default is true.
-
+
Gets or sets a value indicating whether the control is enabled on the client during callbacks.
@@ -998,7 +1476,7 @@
Not all HTML elements support this property.
-
+
Gets or sets the javascript function to execute on the client after the callback
response is received.
@@ -1017,14 +1495,14 @@
-
+
Gets or sets the javascript function to execute on the client before the callback
is made.
The function should return false on the client to cancel the callback.
-
+
Gets or sets the text to display on the client during the callback.
If the HTML element that invoked the callback has a text value (such as <input
@@ -1034,23 +1512,10 @@
then this property is ignored.
-
-
- Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.
-
-
- true if the control should convert child control postbacks to
- callbacks; otherwise, false. The default is
- true.
-
-
- Only controls that recognizes will be converted.
-
-
-
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1062,10 +1527,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1078,7 +1543,218 @@
-
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable multi selection check box group that can be dynamically created by binding the control to a data source. Uses callbacks if is true.
+
+
+
+
+ Adds the onclick attribute to invoke a callback from the client.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the Checkbox state automatically calls back to
+ the server when clicked. Mimics the AutoPostBack property.
+
+
+
+
+ Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
+ wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
+ If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable control that acts as a container for a group of controls.
+
+
+
+
+ Raises the
+ event and sets to true.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -1563,33 +2239,107 @@
false. The default is true.
-
+
- 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.
+ Creates an updatable control that generates a list of items in a bulletd format.
-
+
+
+ Adds the onclick attribute to invoke a callback from the client, then renders
+ the attributes of the control to the output stream.
+
+
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
+
+ Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
+ wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
+ If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1601,10 +2351,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1617,7 +2367,299 @@
-
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable hidden field used to store a non-displayed value.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ 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.
+
+
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
+
+ Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.
+
+
+ true if the control should convert child control postbacks to
+ callbacks; otherwise, false. The default is
+ true.
+
+
+ Only controls that recognizes will be converted.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
+
+
+ Creates an updatable control in the Web Parts control set for hosting WebPart controls on a Web page.
+
+
+
+
+
+
+
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Excecutes ,
+ then sets to true.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -1762,61 +2804,48 @@
false. The default is true.
-
+
- Applying this attribute to your public methods makes it possible
- to invoke them from JavaScript in your client pages.
+ Creates an updatable radio button control.
-
+
- Creates an updatable control that allows the user to select a single item from a drop-down list.
+ Use OnPreRender. AddAttributesToRender is not called in ASP.NET 1.1.
+
-
-
- Adds the onchange attribute to invoke a callback from the client, then renders
- the attributes of the control to the output stream.
-
-
-
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
Gets or sets a value indicating whether the Checkbox state automatically calls back to
the server when clicked. Mimics the AutoPostBack property.
-
-
- Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
- wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
- If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
-
-
-
+
Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
+ cancelled. See .
-
+
Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
@@ -1825,7 +2854,7 @@
false. The default is true.
-
+
Gets or sets a value indicating whether the control is enabled on the client during callbacks.
@@ -1835,7 +2864,7 @@
Not all HTML elements support this property.
-
+
Gets or sets the javascript function to execute on the client after the callback
response is received.
@@ -1854,14 +2883,14 @@
-
+
Gets or sets the javascript function to execute on the client before the callback
is made.
The function should return false on the client to cancel the callback.
-
+
Gets or sets the text to display on the client during the callback.
If the HTML element that invoked the callback has a text value (such as <input
@@ -1871,10 +2900,10 @@
then this property is ignored.
-
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1886,10 +2915,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1902,7 +2931,7 @@
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -1911,39 +2940,33 @@
false. The default is true.
-
+
- Creates an updatable control that acts as a container for a group of controls.
+ Displays an updatable advertisement banner on a web page.
-
-
- Raises the
- event and sets to true.
-
-
-
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1955,10 +2978,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -1971,150 +2994,7 @@
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- Creates an updatable list box control that allows single or multiple item selection.
-
-
-
-
- Adds the onchange attribute to invoke a callback from the client, then renders
- the attributes of the control to the output stream.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value indicating whether the Checkbox state automatically calls back to
- the server when clicked. Mimics the AutoPostBack property.
-
-
-
-
- Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
- wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
- If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -2260,33 +3140,113 @@
false. The default is true.
-
+
- Creates an updatable control that checks whether the value of an input control is within a specified range of values.
+ Creates an updatable list box control that allows single or multiple item selection.
-
+
+
+ Adds the onchange attribute to invoke a callback from the client, then renders
+ the attributes of the control to the output stream.
+
+
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
+
+ Gets or sets a value indicating whether the Checkbox state automatically calls back to
+ the server when clicked. Mimics the AutoPostBack property.
+
+
+
+
+ Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
+ wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
+ If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
+
+
+
+
+ Gets or sets the javascript function to execute on the client if the callback is
+ cancelled. See .
+
+
+
+
+ Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
+
+
+ true if the the control uses callbacks; otherwise,
+ false. The default is true.
+
+
+
+
+ Gets or sets a value indicating whether the control is enabled on the client during callbacks.
+
+
+ true if the the control is enabled; otherwise,
+ false. The default is true.
+
+ Not all HTML elements support this property.
+
+
+
+ Gets or sets the javascript function to execute on the client after the callback
+ response is received.
+
+
+ The callback response is passed into the PostCallBackFunction as the one and only
+ parameter.
+
+
+
+ function AfterCallBack(result) {
+ if (result.error != null && result.error.length > 0) {
+ alert(result.error);
+ }
+ }
+
+
+
+
+
+ Gets or sets the javascript function to execute on the client before the callback
+ is made.
+
+ The function should return false on the client to cancel the callback.
+
+
+ Gets or sets the text to display on the client during the callback.
+
+ If the HTML element that invoked the callback has a text value (such as <input
+ type="button" value="Run">) then the text of the element is updated during the
+ callback, otherwise the associated <label> text is updated during the callback.
+ If the element does not have a text value, and if there is no associated <label>,
+ then this property is ignored.
+
+
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -2298,10 +3258,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -2314,7 +3274,7 @@
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -2599,146 +3559,6 @@
false. The default is true.
-
-
- Creates an updatable control that displays an image and responds to mouse clicks on the image using callbacks.
-
-
-
-
- Adds the onclick attribute to invoke a callback from the client, then renders
- the attributes of the control to the output stream.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
- Gets or sets the url of the image to display on the client during the callback.
-
- If the HTML element that invoked the callback is an <image> then the src property of the
- element is updated during the callback to the value of ImageUrlDuringCallBack, otherwise the
- associated <label> text is updated during the callback.
- If the element is not an <image>, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
Creates an updatable text box control and a browse button that allow users to select a file to upload to the server.
@@ -2802,112 +3622,46 @@
false. The default is true.
-
+
- Creates an updatable multi selection check box group that can be dynamically created by binding the control to a data source. Uses callbacks if is true.
+ Creates an updatable control that displays a summary of all validation errors inline on a Web page, in a message box, or both.
-
+
- Adds the onclick attribute to invoke a callback from the client.
+ If ShowMessageBox=true, use Anthem.Manager to display the validation
+ summary in a javascript alert.
+
-
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
- Gets or sets a value indicating whether the Checkbox state automatically calls back to
- the server when clicked. Mimics the AutoPostBack property.
+ Gets or sets a value which indicates whether the control should display the validation summary as a client-side alert.
+ true if the control should display the validation summary on the client after a callback; otherwise, false. The default is true.
-
-
- Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
- wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
- If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -2919,10 +3673,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -2935,7 +3689,7 @@
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -2944,11 +3698,6 @@
false. The default is true.
-
-
- Represents a control that acts as a container for a group of controls within a control.
-
-
Creates an updatable control that validates whether the value of an associated input control matches the pattern specified by a regular expression.
@@ -3012,49 +3761,36 @@
false. The default is true.
-
+
- Creates an updatable control that generates a list of items in a bulletd format.
+ Creates an updatable container for dynamically added server controls on the Web page.
-
-
- Adds the onclick attribute to invoke a callback from the client, then renders
- the attributes of the control to the output stream.
-
-
-
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
-
- Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
- wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
- If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
-
-
-
+
Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
+ cancelled. See .
-
+
Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
@@ -3063,7 +3799,7 @@
false. The default is true.
-
+
Gets or sets a value indicating whether the control is enabled on the client during callbacks.
@@ -3073,7 +3809,7 @@
Not all HTML elements support this property.
-
+
Gets or sets the javascript function to execute on the client after the callback
response is received.
@@ -3092,14 +3828,14 @@
-
+
Gets or sets the javascript function to execute on the client before the callback
is made.
The function should return false on the client to cancel the callback.
-
+
Gets or sets the text to display on the client during the callback.
If the HTML element that invoked the callback has a text value (such as <input
@@ -3109,10 +3845,23 @@
then this property is ignored.
-
+
+
+ Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.
+
+
+ true if the control should convert child control postbacks to
+ callbacks; otherwise, false. The default is
+ true.
+
+
+ Only controls that recognizes will be converted.
+
+
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -3124,10 +3873,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -3140,7 +3889,7 @@
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -3149,6 +3898,12 @@
false. The default is true.
+
+
+ Applying this attribute to your public methods makes it possible
+ to invoke them from JavaScript in your client pages.
+
+
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.
@@ -3292,6 +4047,69 @@
false. The default is true.
+
+
+ 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.
+
+
+
+
+ Renders the server control wrapped in an additional element so that the
+ element.innerHTML can be updated after a callback.
+
+
+
+
+ Raises the event and registers the control
+ with .
+
+ A .
+
+
+
+ Forces the server control to output content and trace information.
+
+
+
+
+ Gets or sets a value indicating whether the control should be updated after each callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
+
+
+
+
+
+ Gets or sets a value which indicates whether the control should be updated after the current callback.
+ Also see .
+
+
+ true if the the control should be updated; otherwise,
+ false. The default is false.
+
+
+
+ this.Label = "Count = " + count;
+ this.Label.UpdateAfterCallBack = true;
+
+
+
+
+
+ Overrides the Visible property so that Anthem.Manager can track the visibility.
+
+
+ true if the control is rendered on the client; otherwise
+ false. The default is true.
+
+
Displays an updatable push button control on the web page that uses callbacks.
@@ -3422,33 +4240,33 @@
false. The default is true.
-
+
- Displays an updatable advertisement banner on a web page.
+ Creates an updatable control that makes the associated input control a required field.
-
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -3460,10 +4278,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -3476,7 +4294,7 @@
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
@@ -3670,69 +4488,6 @@
false. The default is true.
-
-
- Creates an updatable control that performs user-defined validation on an input control.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
Creates an updatable label control, which displays text on a Web page.
@@ -3796,33 +4551,33 @@
false. The default is true.
-
+
- Creates an updatable control that displays an image on a Web page.
+ Creates an updatable control that displays a link to another Web page.
-
+
Renders the server control wrapped in an additional element so that the
element.innerHTML can be updated after a callback.
-
+
Raises the event and registers the control
with .
A .
-
+
Forces the server control to output content and trace information.
-
+
Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -3834,10 +4589,10 @@
-
+
Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
+ Also see .
true if the the control should be updated; otherwise,
@@ -3850,762 +4605,7 @@
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- 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.
-
-
-
-
- Excecutes ,
- then sets to true.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.
-
-
- true if the control should convert child control postbacks to
- callbacks; otherwise, false. The default is
- true.
-
-
- Only controls that recognizes will be converted.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- Creates an updatable control that makes the associated input control a required field.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- Creates an updatable list control that encapsulates a group of radio button controls.
-
-
-
-
- Excecutes ,
- then sets to true.
-
-
-
-
- Adds the onclick attribute to each item to invoke a callback from the client,
- then renders the item.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value indicating whether the Checkbox state automatically calls back to
- the server when clicked. Mimics the AutoPostBack property.
-
-
-
-
- Override Items collection to force PersistenceMode.InnerProperty. This will cause the control to
- wrap the ListItems inside of an <Items> tag which the Visual Studio designer will validate.
- If you don't do this, the designer will complain that the "Element 'ListItem' is not a known element."
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- Displays an updatable single-month calendar that allows the user to select dates and move to the next or previous month using callbacks.
-
-
-
-
- Excecutes ,
- then sets to true.
-
-
-
-
- Excecutes ,
- then sets to true.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- Creates an updatable timer control.
-
-
-
-
- This method is called by the Timer control each time the timer expires.
-
-
-
-
- Starts the timer.
-
-
-
-
- Stops the timer.
-
-
-
-
- Raises the event.
-
-
-
-
- Registers the client side script for the control.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- True if the timer is enabled on the client. The timer will continue to call the
- DoTick method while it is enabled.
-
-
-
-
- The number of milliseconds between each call to DoTick.
-
-
-
-
- Occurs when the timer expires.
-
-
-
-
- Visible is inherited from Control, but ignored by Timer.
-
-
-
-
- Creates an updatable hidden field used to store a non-displayed value.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
-
- Overrides the Visible property so that Anthem.Manager can track the visibility.
-
-
- true if the control is rendered on the client; otherwise
- false. The default is true.
-
-
-
-
- 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.
-
-
-
-
- Excecutes ,
- then sets to true.
-
-
-
-
- Renders the server control wrapped in an additional element so that the
- element.innerHTML can be updated after a callback.
-
-
-
-
- Raises the event and registers the control
- with .
-
- A .
-
-
-
- Forces the server control to output content and trace information.
-
-
-
-
- Gets or sets the javascript function to execute on the client if the callback is
- cancelled. See .
-
-
-
-
- Gets or sets a value indicating whether the control uses callbacks instead of postbacks to post data to the server.
-
-
- true if the the control uses callbacks; otherwise,
- false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the control is enabled on the client during callbacks.
-
-
- true if the the control is enabled; otherwise,
- false. The default is true.
-
- Not all HTML elements support this property.
-
-
-
- Gets or sets the javascript function to execute on the client after the callback
- response is received.
-
-
- The callback response is passed into the PostCallBackFunction as the one and only
- parameter.
-
-
-
- function AfterCallBack(result) {
- if (result.error != null && result.error.length > 0) {
- alert(result.error);
- }
- }
-
-
-
-
-
- Gets or sets the javascript function to execute on the client before the callback
- is made.
-
- The function should return false on the client to cancel the callback.
-
-
- Gets or sets the text to display on the client during the callback.
-
- If the HTML element that invoked the callback has a text value (such as <input
- type="button" value="Run">) then the text of the element is updated during the
- callback, otherwise the associated <label> text is updated during the callback.
- If the element does not have a text value, and if there is no associated <label>,
- then this property is ignored.
-
-
-
-
- Gets or sets a value indicating whether the control should convert child control postbacks into callbacks.
-
-
- true if the control should convert child control postbacks to
- callbacks; otherwise, false. The default is
- true.
-
-
- Only controls that recognizes will be converted.
-
-
-
-
- Gets or sets a value indicating whether the control should be updated after each callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />
-
-
-
-
-
- Gets or sets a value which indicates whether the control should be updated after the current callback.
- Also see .
-
-
- true if the the control should be updated; otherwise,
- false. The default is false.
-
-
-
- this.Label = "Count = " + count;
- this.Label.UpdateAfterCallBack = true;
-
-
-
-
+
Overrides the Visible property so that Anthem.Manager can track the visibility.
diff --git a/References/Lib/Anthem.NET/Anthem.dll b/References/Lib/Anthem.NET/Anthem.dll
index fa4217c..2bcdd31 100644
Binary files a/References/Lib/Anthem.NET/Anthem.dll and b/References/Lib/Anthem.NET/Anthem.dll differ