Hi Everybody and thanks for this forum,
I'm building a composite control that contains an Image and a dropdownlist. The image is independent from the list values. All I want to do is to bind my drop down list to a datasource and affect aa picture to my image Control, I read many articles and I think my control should extend the CompositeDataBoundControl class (maybe I'm wrong),
I'm blocked on overriding this method :
Code:
protected override int CreateChildControls(System.Collections.IEnumerable dataSource, bool dataBinding)
My control is not shown on my page and I didnt succed to bind my list to a datasource :(
I really need help thanks in advance