Click or drag to resize
AjaxUpdatedControl Constructor (String, String)
A constructor of AjaxUpdatedControl which takes the control to be updated and the id of the loading panel to display as parameters.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public AjaxUpdatedControl(
	string ctrlID,
	string loadPID
)

Parameters

ctrlID
Type: SystemString
loadPID
Type: SystemString
See Also