asp image id findcontrol

  1. L

    Cannot access "static" control via ID

    Hi all, I have a very minor problem, which is giving me a major headache... I have this control within a repeater, within a table : <asp:image ID="newsImage" runat="server" imageurl='<%# Eval("n_image","/images/news/{0}") %>' BorderWidth="0px" ClientIDMode="Static" AlternateText="News image"...
Back
Top