Gaia Ajax: Manager
You will find the Manager in Gaia.WebWidgets.Manager.Instance as a Singleton instance.
This is the main entry point for getting and setting information about the Ajax
request in Gaia.
In this example we simply want to determine if it is a Gaia Ajax request/callback.
Not a Gaia Ajax callback (it was the initial Page_Load)
Markup (ASPX/.aspx)
1:
2: <gaia:Button ID="btn" runat="server" Text="Click this Gaia:Button" />
3: <gaia:Label ID="Label1" runat="server"></gaia:Label>
4: