This is a migrated thread and some comments may be shown as answers.

RADUPLOAD in RADDOCK, cannot "select"

1 Answer 36 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Raymond Mui
Top achievements
Rank 1
Raymond Mui asked on 27 Oct 2008, 07:00 AM
I tried to put a RadUpload control in RadDock.  When I click the "select" button, nothing coming up.  Is it possible to do it this way?

Raymond

1 Answer, 1 is accepted

Sort by
0
Petko
Telerik team
answered on 27 Oct 2008, 02:36 PM
Hello Raymond,

You can add RadUpload control in RadDock like this:
ASPX:
<body> 
    <form id="form1" runat="server">  
    <div> 
        <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> 
        <telerik:RadDock ID="RadDock1" runat="server" Width="500">  
            <ContentTemplate> 
                <telerik:RadUpload ID="RadUpload1" runat="server"></telerik:RadUpload> 
            </ContentTemplate> 
        </telerik:RadDock> 
    </div> 
    </form> 
</body> 


Sincerely yours,
Petko
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Dock
Asked by
Raymond Mui
Top achievements
Rank 1
Answers by
Petko
Telerik team
Share this question
or