Hello Mark,
You can easily achieve your goal using the
ControlObjectsVisibility property of the control.
<form id="form1" runat="server"> |
<asp:ScriptManager ID="ScriptManager1" runat="server" /> |
<div> |
<telerik:RadUpload |
ID="RadUpload1" |
runat="server" |
ControlObjectsVisibility="RemoveButtons"> |
</telerik:RadUpload> |
</div> |
</form> |
All the best,
Paul
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.