WebGrid.AjaxUpdateCallback Property

Gets the name of the JavaScript function to call after the HTML element that is associated with the WebGrid instance has been updated in response to an Ajax update request.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property AjaxUpdateCallback As String 
    Get
'Usage
Dim instance As WebGrid 
Dim value As String 

value = instance.AjaxUpdateCallback
public string AjaxUpdateCallback { get; }
public:
property String^ AjaxUpdateCallback {
    String^ get ();
}
member AjaxUpdateCallback : string
function get AjaxUpdateCallback () : String

Property Value

Type: System.String
The name of the function.

Remarks

The HTML element whose update causes the JavaScript function to be called is specified by setting the id attribute of the element to the value of the AjaxUpdateContainerId property.

See Also

Reference

WebGrid Class

System.Web.Helpers Namespace