Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Urvish 252 posts 776 karma points
    Jul 02, 2015 @ 07:47
    Urvish
    0

    Adding new usercontrol in umbraco dashboard not displaying asp control

    Hi,

    I am using Umbraco 6.1.6.

    I need to add a UserControl in umbraco dashboard.

    For that I have registered in Dashboar.config file like below.

    <section>
    <areas>
        <area>developer</area>
    </areas>
    <tab caption="User Management">
        <control>/UserControls/UserManagement.ascx</control>
    </tab>
    

    By doing this it is displaying User Management Tab in developer section.

    But it is not displaying any asp control or any input controls inside it.

    My usercontrol is like below.

    > <asp:FileUpload runat="server" ID="upFile" />  <input type="button" 
    > id="btnUpload" />
    

    Can anyone help me to get out from this?

    Any help or suggestion would be appreciated.

    Regards,

    Urvish Mandaliya

Please Sign in or register to post replies

Write your reply to:

Draft