Download Now Code Base AsyncDocs Contact Us
asyncUserControl
liveDemo
This is text inside a DIV tag that is inside an AsyncUserControl.
Click "Show Nested AsyncPanel" to show the child AsyncPanel. The look and feel of the AsyncPanel is fully customizable.




All the AsyncControl demos are within AsyncUserControls.
Description

The AsyncUserControl is an Async-Enhanced implementation of the asp:UserControl.



Features
  • Visibility can be changed during an AsyncCallback.
  • Can be scrolled into view during an AsyncCallback.
   
<%@ Register Assembly="AsyncControls" Namespace="DelvingWare.AsyncControls" TagPrefix="dw" %>

<%@ Register Src="~/Controls/AsyncUserControl.ascx" TagName="asyncUserCtrl" TagPrefix="ctr" %>

<dw:AsyncButton runat="server" ID="btMain"
Text="Hide the AsyncUserControl"
OnClick="btMain_Click" 
CssClass="greyButton" />

<ctr:asyncUserCtrl runat="server" ID="asyncUserCtrl" />
<br/>
<i>All the AsyncControl demos are within AsyncUserControls</i>.