AjaxOptions.LoadingElementId Property
Visual Studio 2010
Gets or sets the id attribute of an HTML element that is displayed while the Ajax function is loading.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.StringThe ID of the element that is displayed while the Ajax function is loading.
You can use this property to specify an HTML element to display, such as an image or a text-based element that can display a message. The specified element is displayed when the OnBegin function is called. The element is hidden when the OnComplete function is called.
Community Additions
ADD
Show: