Hi,
I use RadLoadingPanel in my application with custom HTML and it works fine.
I include RadLoadingPanel in every page, so it makes me duplicate the HTML for each page.
Is there any way to use the same custom HTML for many loading panels?
this is my code:
I use RadLoadingPanel in my application with custom HTML and it works fine.
I include RadLoadingPanel in every page, so it makes me duplicate the HTML for each page.
Is there any way to use the same custom HTML for many loading panels?
this is my code:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px"<br> Width="75px"><br> <div id="loadingOverlay" style="text-align:left;"><br> <div id="loadingBox"><br> <table id="tblRoundedHeader" runat="server" class="RoundedHeader" style="width:100%;"><br> <tr><br> <td class="Header2Left"></td><br> <td class="Header2Middle">Covertix</td><br> <td class="Header2Right"></td><br> </tr><br> </table><br><br> <div class="frame-left"><br> <div class="frame-right"><br> <div style="margin-left: 11px; margin-right: 11px; background-color: white; height:80px"> <br> <div id="Image1" class="LoadingImg"></div><br> <p style="margin-left: 55px;">Loading...</p><br> </div><br><br> </div><br> </div><br> <div class="bottom-left"></div><br> <div class="bottom"></div><br> <div class="bottom-right"></div><br> </div><br> </div><br> </telerik:RadAjaxLoadingPanel>