<telerik:RadAjaxLoadingPanel
        ID="RadAjaxLoadingPanel1"
        runat="server"
        Overlay="true"
        Transparency="10"
        >
        <div style="position: fixed; top: 0px; left: 0px; z-index: 98; height: 100%; width: 100%; background-color: black; opacity: 0.4; filter: alpha(opacity=40)">
        </div>
        <div style="position: absolute; top:20%; left: 0px; z-index: 99;height: 100%; width: 100%; ">
            <asp:Image ID="LoadImg" runat="server" ImageUrl="../image/hr_edu/loding2.gif" />
        </div> 
    </telerik:RadAjaxLoadingPanel>

Posted by 말없제이
,