kentico_borisp
-
11/16/2011 2:10:09 AM
RE:Determine if CMSEditableImage control has an image
Hello,
Regrettably, I am not able to post an explicit example because your controls hierarchy is different from mine. For example the following code could work to get the control:
this.Parent.FindControl("id");
or
this.Parent.Parent.FindControl("id");
...etc, it depends on the specific controls hierarchy build in your solution, which is build dynamically.
Best regards, Boris Pocatko
|