User304384516 posted
I have an ImageButton in a CompositeControl. In CreateChildControls(), I want to set the image. The image is a png file that I have made an Embedded Resource. In code-behind, I can get the image from resources. But how do I get a url for the ImageUrl property
of the ImageButton?
Bill