Hi,
I need some help to use Image Manager. I have used this topics to link image manager in multiple instances in the same form.
http://www.telerik.com/community/forums/thread/b311D-beaabh.aspx
In this topic, I create one Textbox with the returned getUrl() in the ImageCaller UserControl. The returned value is in the usercontrol as Text.Id. I have tested this but is not working for me case. I need to return the value in one ITextControl defined in the parent page not in the Usercontrol that call the image manager. Could you help me to implement the image Manager that take the Textbox.ID ClientID from parent page and send the returned value to this parent page.
My pagent page implement one ITextControl linked to metafields stored as Shorttext ID="Image2" in cms. I need to paste the getpath() returned from ImageManager to link my database.
parent aspx page in cms
The Image2.ID is my Client ID.
Thanks
I need some help to use Image Manager. I have used this topics to link image manager in multiple instances in the same form.
http://www.telerik.com/community/forums/thread/b311D-beaabh.aspx
In this topic, I create one Textbox with the returned getUrl() in the ImageCaller UserControl. The returned value is in the usercontrol as Text.Id. I have tested this but is not working for me case. I need to return the value in one ITextControl defined in the parent page not in the Usercontrol that call the image manager. Could you help me to implement the image Manager that take the Textbox.ID ClientID from parent page and send the returned value to this parent page.
My pagent page implement one ITextControl linked to metafields stored as Shorttext ID="Image2" in cms. I need to paste the getpath() returned from ImageManager to link my database.
parent aspx page in cms
<li class="selector"> |
<asp:Label ID="Label12" AssociatedControlID="Image2" runat="server"> |
<asp:Literal ID="Literal14" runat="server" Text="IMAGE2"></asp:Literal> |
<em id="Em5" runat="server"></em></asp:Label> |
<asp:TextBox ID="Image2" Text="" runat="server" MaxLength="250"></asp:TextBox> |
<im:ImageCaller ID="ImageCaller2" runat="server" /> |
<p class="example"> |
<asp:Literal ID="Literal15" runat="server" Text="Using Image Manager"></asp:Literal></p> |
</li> |
Thanks