Gets or sets whether the page is requested by this UltimateAjax control.
Indicates whether the page is requested by this UltimateAjax control.
Use this property to check whether the page is requested by this UltimateAjax control.
This sample shows how to whether the page is requested by this UltimateAjax control.
private void Page_Load(object sender, System.EventArgs e)
{
// Check whether the page is requested by this UltimateAjax control
if (UltimateAjax1.IsCallback)
{
// Add your own logic
}
}
UltimateAjax Class | Karamasoft.WebControls.UltimateAjax Namespace