Hi Steve Wages,
You can subscribe to the OnClientClick event of a button and call the show method of the progress area:
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" OnClientClick="ShowProgressArea()" /> |
function ShowProgressArea() |
{ |
$find('<%=RadProgressArea1.ClientID%>').show() |
} |
I hope this helps.
Regards,
Veskoni
the Telerik team