Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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.
Can anyone help me to get out from this?
Any help or suggestion would be appreciated.
Regards,
Urvish Mandaliya
is working on a reply...