I need to design a web control which includes a poll, but also some images (image controls).
If I add the image controls to the web control, how can I edit these image controls? I need a web control with polls and images but the ability to edit the source of the image through properties (e.g. WebControl1.Image1.source = ”;).
Thanks
You can look for the control inside the page.controls collection or in the {panelname}.controls or you can create a repeater.
Code example: