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

Image Manager return value in ItextControl

1 Answer 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 07 Jul 2008, 04:31 PM
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
<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" /> 
<class="example">  
<asp:Literal ID="Literal15" runat="server" Text="Using Image Manager"></asp:Literal></p>  
</li> 
 The Image2.ID is my Client ID. 

Thanks

1 Answer, 1 is accepted

Sort by
0
Pierre
Top achievements
Rank 1
answered on 07 Jul 2008, 06:57 PM
Hi,

OK, no need solution. I have implemented ItextControl interface. This topic is fixed, thank.
Tags
Editor
Asked by
Pierre
Top achievements
Rank 1
Answers by
Pierre
Top achievements
Rank 1
Share this question
or