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 would like to select logo's (images) in my usercontrol
<umb:PropertyPanel ID="ppLogo" runat="server" Text="Logo"> <asp:textbox id="txtLogo" runat="server" maxlength="20" cssclass="guiInputText guiInputStandardSize"/> </umb:PropertyPanel>
So waht do I have to change my textbox into to give the user the possiblilty to get the Media select dialog display when clicking Choose?
And what do I need in my codebehind to pick the selected value?
I have been looking for examples but only found things about extending the MediaPicker
Thanks in advance Paul S
Im also trying to figure this out - if i get anything ill get back to ya.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using a Mediapicker in a usercontrol
Hi
I would like to select logo's (images) in my usercontrol
<umb:PropertyPanel ID="ppLogo" runat="server" Text="Logo">
<asp:textbox id="txtLogo" runat="server" maxlength="20"
cssclass="guiInputText guiInputStandardSize"/>
</umb:PropertyPanel>
So waht do I have to change my textbox into to give the user the possiblilty to get the Media select dialog display when clicking Choose?
And what do I need in my codebehind to pick the selected value?
I have been looking for examples but only found things about extending the MediaPicker
Thanks in advance
Paul S
Im also trying to figure this out - if i get anything ill get back to ya.
is working on a reply...