UltimateAjax Class Library

UltimateAjax Class

UltimateAjax is an ASP.NET server control to sends a request to an ASP.NET web page without causing postback.

For a list of all members of this type, see UltimateAjax Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Panel
            Karamasoft.WebControls.UltimateAjax.UltimateAjax

[Visual Basic]
Public Class UltimateAjax
    Inherits Panel
[C#]
public class UltimateAjax : Panel

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

UltimateAjax control renders a panel so that the user can drag-and-drop other controls into it. When the user sends a callback request to server it will only update the controls in this panel instead of refreshing the whole page.

Requirements

Namespace: Karamasoft.WebControls.UltimateAjax

Assembly: UltimateAjax (in UltimateAjax.dll)

See Also

UltimateAjax Members | Karamasoft.WebControls.UltimateAjax Namespace | UltimateAjaxInclude Directory