Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to provide a hyperlink reference for dynamicaly created image control (suppose my controlname is img) Got ? give...
Add the image control inside a hyperlink control or an
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='url'> <asp:Image ID="img" runat="server" /> </asp:HyperLink></td>
Alexei Rodriguez