WebGrid.AjaxUpdateContainerId Property

Gets the value of the HTML id attribute that marks an HTML element on the web page that gets dynamic Ajax updates that are associated with the WebGrid instance.

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

Syntax

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

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

Property Value

Type: System.String
The value of the id attribute.

See Also

Reference

WebGrid Class

System.Web.Helpers Namespace