Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi all,
i have a user control containing one ajax modal popup extender in that two telerik radbuttons(yes,no)
if i click yes button the request will go to server side it will take some time(until response) i need to show
loading wheel.
please help me anyone
thanks advance...
Posted
Updated 17-Dec-15 3:44am
v2
Comments
Sergey Alexandrovich Kryukov 17-Dec-15 11:16am    
Telerik products are commercial and proprietary. Why not asking their customer service?
—SA

1 solution

Dis you tried RadAjaxLoadingPanel[^]?
Just like:
C#
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
    <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page,     "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' />
</telerik:RadAjaxLoadingPanel>
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900