I have no problem setting the ImageGalleryPath when the editor is simply placed in a Web User Control. However, I am having trouble setting the ImageGalleryPath when the editor is placed in the EditItemIndex of a DataList. I also have no problems accessing any properties of the Editor when the items are clicked in the DataList (i.e. Text).
Where and how should I be setting the ImageGalleryPath (page_load, etc.) when it is placed in a DataList?
Thanks in advance.